diff --git a/.github/workflows/runTests.yml b/.github/workflows/runTests.yml index 8adf6db..aa87674 100644 --- a/.github/workflows/runTests.yml +++ b/.github/workflows/runTests.yml @@ -50,7 +50,7 @@ jobs: - name: Cache dependencies if: runner.os != 'Windows' - uses: actions/cache@v4.3.0 + uses: actions/cache@v5.0.1 with: path: ${{ steps.composer-cache.outputs.value }} key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}