diff --git a/.github/workflows/containerfile-linter.yml b/.github/workflows/containerfile-linter.yml index ba78f60..03fcc61 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@v3 + uses: actions/checkout@v4 - name: Hadolint uses: hadolint/hadolint-action@v3.1.0 @@ -49,7 +49,7 @@ jobs: - "${{ github.workspace }}:/volume" steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index d3b763b..a155164 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@v3 + uses: actions/checkout@v4 with: fetch-depth: 0