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 a28f76b commit 7775b3eCopy full SHA for 7775b3e
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
package-release: [dist]
19
steps:
20
- name: Checkout repository
21
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
22
23
- name: Setup PHP ${{ matrix.php }}
24
uses: shivammathur/setup-php@v2
@@ -31,7 +31,7 @@ jobs:
31
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
32
33
- name: Setup Composer cache
34
- uses: actions/cache@v1
+ uses: actions/cache@v3
35
with:
36
path: ${{ steps.composer-cache.outputs.dir }}
37
key: composer-${{ runner.os }}-${{ matrix.php }}-${{ matrix.package-release }}-${{ hashFiles('**/composer.json') }}
0 commit comments