We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73f7c6c + 7c3ffc3 commit 1d20d3dCopy full SHA for 1d20d3d
.github/workflows/stepup-behat.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Get Composer Cache Directory
19
id: composer-cache
20
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
21
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
22
with:
23
path: ${{ steps.composer-cache.outputs.dir }}
24
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
0 commit comments