Skip to content

Commit a492652

Browse files
committed
Upgrade actions/cache
1 parent 88ac996 commit a492652

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

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

0 commit comments

Comments
 (0)