diff --git a/.github/workflows/container-test.yml b/.github/workflows/container-test.yml index 1e4777c..77ae8a9 100644 --- a/.github/workflows/container-test.yml +++ b/.github/workflows/container-test.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Utility Container Build run: make manifest podman-build-amd64 diff --git a/.github/workflows/superlinter.yml b/.github/workflows/superlinter.yml index a1f7f72..55245c0 100644 --- a/.github/workflows/superlinter.yml +++ b/.github/workflows/superlinter.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: # Full git history is needed to get a proper list of changed files # within `super-linter`