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.
2 parents 1ef3bf9 + a6a764d commit 88f6419Copy full SHA for 88f6419
.github/workflows/linux.yml
@@ -40,7 +40,7 @@ jobs:
40
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
41
42
- name: Init Composer Cache # Docs: <https://git.io/JfAKn#php---composer>
43
- uses: actions/cache@v4
+ uses: actions/cache@v5
44
with:
45
path: ${{ steps.composer-cache.outputs.dir }}
46
key: ${{ runner.os }}-composer-${{ matrix.php }}-${{ hashFiles('**/composer.json') }}
@@ -50,7 +50,7 @@ jobs:
50
run: cd tests/php_test_files && composer update --prefer-dist --no-progress --ansi
51
52
- name: Init Go modules Cache # Docs: <https://git.io/JfAKn#go---modules>
53
54
55
path: ~/go/pkg/mod
56
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
0 commit comments