Skip to content

Commit 751784b

Browse files
committed
Upgrade actions/cache
1 parent 414df20 commit 751784b

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
@@ -90,7 +90,7 @@ jobs:
9090
run: echo "::set-output name=dir::$(composer config cache-dir)"
9191

9292
- name: Cache dependencies
93-
uses: actions/cache@v2
93+
uses: actions/cache@v3
9494
with:
9595
path: ${{ steps.composer-cache.outputs.dir }}
9696
key: composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('**/composer.*') }}-${{ matrix.composer-flags }}

0 commit comments

Comments
 (0)