diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e7a64b..392cf7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: SHELLCHECK_VERSION: v0.10.0 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Install ShellCheck ${{ env.SHELLCHECK_VERSION }} run: | @@ -62,7 +62,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Validate each docker-compose.yml run: |