Skip to content

Commit 1b4ccc5

Browse files
committed
update actions/cache to version 4 in build workflow
1 parent 281a5dc commit 1b4ccc5

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
@@ -38,7 +38,7 @@ jobs:
3838
key: ${{ env.key }}
3939

4040
- name: Cache extensions
41-
uses: actions/cache@v1
41+
uses: actions/cache@v4
4242
with:
4343
path: ${{ steps.cache-env.outputs.dir }}
4444
key: ${{ steps.cache-env.outputs.key }}
@@ -62,7 +62,7 @@ jobs:
6262
echo "COMPOSER_CACHE_DIR=~\AppData\Local\Composer" >> $GITHUB_ENV
6363
6464
- name: Cache dependencies installed with composer
65-
uses: actions/cache@v1
65+
uses: actions/cache@v4
6666
with:
6767
path: ${{ steps.cache-env.outputs.dir }}
6868
key: php${{ matrix.php }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)