diff --git a/.github/workflows/containerfile-linter.yml b/.github/workflows/containerfile-linter.yml index 03fcc61..c9aa765 100644 --- a/.github/workflows/containerfile-linter.yml +++ b/.github/workflows/containerfile-linter.yml @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Hadolint uses: hadolint/hadolint-action@v3.1.0 @@ -49,7 +49,7 @@ jobs: - "${{ github.workspace }}:/volume" steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index e9a18c1..84ea6bb 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0