Skip to content

Commit 0d542f0

Browse files
authored
Update build.yml
1 parent bc086ab commit 0d542f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ jobs:
3131

3232
- name: Setup cache environment
3333
id: cache-env
34-
uses: shivammathur/cache-extensions@v1
34+
uses: shivammathur/cache-extensions@v2.323.0
3535
with:
3636
php-version: ${{ matrix.php }}
3737
extensions: ${{ env.extensions }}
3838
key: ${{ env.key }}
3939

4040
- name: Cache extensions
41-
uses: actions/cache@v2 # Updated to v2
41+
uses: actions/cache@v2.1.8 # Updated to v2
4242
with:
4343
path: ${{ steps.cache-env.outputs.dir }}
4444
key: ${{ steps.cache-env.outputs.key }}

0 commit comments

Comments
 (0)