From 68e3a5f927108c59a20d4da8444b0efd73e8443f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 20:46:23 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/lint_docker_files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint_docker_files.yml b/.github/workflows/lint_docker_files.yml index 74e80bd..8221b53 100644 --- a/.github/workflows/lint_docker_files.yml +++ b/.github/workflows/lint_docker_files.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 2 # Fetch enough history to ensure comparisons work