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 bc086ab commit 0d542f0Copy full SHA for 0d542f0
.github/workflows/build.yml
@@ -31,14 +31,14 @@ jobs:
31
32
- name: Setup cache environment
33
id: cache-env
34
- uses: shivammathur/cache-extensions@v1
+ uses: shivammathur/cache-extensions@v2.323.0
35
with:
36
php-version: ${{ matrix.php }}
37
extensions: ${{ env.extensions }}
38
key: ${{ env.key }}
39
40
- name: Cache extensions
41
- uses: actions/cache@v2 # Updated to v2
+ uses: actions/cache@v2.1.8 # Updated to v2
42
43
path: ${{ steps.cache-env.outputs.dir }}
44
key: ${{ steps.cache-env.outputs.key }}
0 commit comments