Skip to content

Commit 210c463

Browse files
committed
update actions/cache to v4
1 parent c9cd346 commit 210c463

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/code_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
5252

5353
- name: Cache dependencies
54-
uses: actions/cache@v2
54+
uses: actions/cache@v4
5555
with:
5656
path: ${{ steps.composercache.outputs.dir }}
5757
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
5757

5858
- name: Cache dependencies
59-
uses: actions/cache@v2
59+
uses: actions/cache@v4
6060
with:
6161
path: ${{ steps.composercache.outputs.dir }}
6262
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)