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 024c839 commit ae430f7Copy full SHA for ae430f7
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
extensions: mbstring
33
34
- name: "Cache dependencies"
35
- uses: "actions/cache@v2"
+ uses: "actions/cache@v3"
36
with:
37
path: "~/.composer/cache"
38
key: "php-${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}"
.github/workflows/code_coverage.yaml
@@ -20,7 +20,7 @@ jobs:
20
id: composer-cache
21
run: |
22
echo "::set-output name=dir::$(composer config cache-files-dir)"
23
- - uses: actions/cache@v1
+ - uses: actions/cache@v3
24
25
path: ${{ steps.composer-cache.outputs.dir }}
26
key: ${{ runner.os }}-php8.2-composer-${{ hashFiles('**/composer.json') }}
0 commit comments