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