Skip to content

Commit a227d09

Browse files
andrew-dembhomersimpsons
authored andcommitted
📦 Bump actions/cache to v5 to avoid failed CI with deprecated cache version
1 parent 857d35a commit a227d09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo "::set-output name=dir::$(composer config cache-files-dir)"
3636
3737
- name: composer-cache
38-
uses: actions/cache@v4.0.2
38+
uses: actions/cache@v5.0.1
3939
with:
4040
path: ${{ steps.composercache.outputs.dir }}
4141
key: composer-${{ hashFiles('**/composer.json') }}-${{ matrix.install-args }}
@@ -53,7 +53,7 @@ jobs:
5353
vendor/bin/simple-phpunit --no-coverage
5454
5555
- name: phpstan-cache
56-
uses: actions/cache@v4.0.2
56+
uses: actions/cache@v5.0.1
5757
with:
5858
key: phpstan-${{ matrix.php-version }}-${{ matrix.install-args }}-${{ github.ref }}-${{ github.sha }}
5959
path: .phpstan-cache

0 commit comments

Comments
 (0)