Skip to content

Commit 7643dd0

Browse files
committed
Upgrade actions/cache
1 parent e83480a commit 7643dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

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

5959
- name: Cache dependencies
60-
uses: actions/cache@v2
60+
uses: actions/cache@v3
6161
with:
6262
path: ${{ steps.composer-cache.outputs.dir }}
6363
key: composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('**/composer.*') }}-${{ matrix.composer-flags }}

0 commit comments

Comments
 (0)