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 6fbbb24 commit 2a03161Copy full SHA for 2a03161
.github/workflows/continuous-integration.yml
@@ -35,7 +35,7 @@ jobs:
35
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
36
37
- name: ♻️ Cache composer dependencies
38
- uses: actions/cache@v3
+ uses: actions/cache@v4
39
with:
40
path: ${{ steps.composer-cache.outputs.dir }}
41
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
@@ -45,7 +45,7 @@ jobs:
45
run: composer install --no-progress --no-suggest --prefer-dist --optimize-autoloader
46
47
- name: ♻️ Test cache
48
49
50
path: tests/.phpunit.result.cache
51
key: ${{ runner.os }}-test-${{ github.sha }}
0 commit comments