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.
action/cache
1 parent 5ed4109 commit 8ba3b43Copy full SHA for 8ba3b43
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
php-version: "7.4"
21
22
- name: "Cache composer packages"
23
- uses: "actions/cache@v2"
+ uses: "actions/cache@v3"
24
with:
25
path: "~/.composer/cache"
26
key: "php-composer-locked-${{ hashFiles('composer.lock') }}"
@@ -53,7 +53,7 @@ jobs:
53
php-version: "8"
54
55
56
57
58
59
@@ -89,7 +89,7 @@ jobs:
89
php-version: "8.1"
90
91
92
93
94
95
0 commit comments