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