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 77461f4 + 6560b9c commit ca085c8Copy full SHA for ca085c8
.github/workflows/linux.yml
@@ -42,7 +42,7 @@ jobs:
42
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
43
44
- name: Init Composer Cache # Docs: <https://git.io/JfAKn#php---composer>
45
- uses: actions/cache@v4
+ uses: actions/cache@v5
46
with:
47
path: ${{ steps.composer-cache.outputs.dir }}
48
key: ${{ runner.os }}-composer-${{ matrix.php }}-${{ hashFiles('**/composer.json') }}
@@ -52,7 +52,7 @@ jobs:
52
run: cd tests/php_test_files && composer update --prefer-dist --no-progress --ansi
53
54
- name: Init Go modules Cache # Docs: <https://git.io/JfAKn#go---modules>
55
56
57
path: ~/go/pkg/mod
58
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
0 commit comments