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 54fb7c9 commit 46c8276Copy full SHA for 46c8276
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
# fetch-depth: 0
27
28
# - name: Cache Composer dependencies
29
- # uses: actions/cache@v2
+ # uses: actions/cache@v3.0.1
30
# with:
31
# path: /tmp/composer-cache
32
# key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
@@ -63,7 +63,7 @@ jobs:
63
- uses: actions/checkout@v2
64
65
- name: Cache Composer dependencies
66
- uses: actions/cache@v2
+ uses: actions/cache@v3.0.1
67
with:
68
path: /tmp/composer-cache
69
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
0 commit comments