We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd37d13 commit ab58de2Copy full SHA for ab58de2
.github/workflows/test.yml
@@ -25,9 +25,10 @@ jobs:
25
26
- name: Get Composer Cache Directory
27
id: composer-cache
28
- run: echo "::set-output name=dir::$(composer config cache-files-dir)"
+ run: |
29
+ echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
30
- - uses: actions/cache@v2
31
+ - uses: actions/cache@v3
32
with:
33
path: ${{ steps.composer-cache.outputs.dir }}
34
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
0 commit comments