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 6452692 commit 2583fd7Copy full SHA for 2583fd7
.github/workflows/tests.yml
@@ -31,14 +31,14 @@ jobs:
31
32
steps:
33
- name: Checkout code
34
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
35
36
- name: Get Composer cache directory
37
id: composer-cache
38
run: |
39
echo "::set-output name=dir::$(composer config cache-files-dir)"
40
41
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
42
with:
43
path: ${{ steps.composer-cache.outputs.dir }}
44
key: ${{ runner.os }}-${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}
0 commit comments