Skip to content

Commit 66e9973

Browse files
committed
Upgrade actions/cache
1 parent 3e4c137 commit 66e9973

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

101101
- name: Cache dependencies
102-
uses: actions/cache@v2
102+
uses: actions/cache@v3
103103
with:
104104
path: ${{ steps.composer-cache.outputs.dir }}
105105
key: composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('**/composer.*') }}-${{ matrix.composer-flags }}

0 commit comments

Comments
 (0)