diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d277fe..8611223 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v4 - name: Cache BATS id: cache-bats - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /tmp/bats key: bats-1.11.1-${{ hashFiles('tests/bats/**', '.github/workflows/ci.yml') }}