Skip to content

Commit c282dd3

Browse files
frankdejongejmldr
authored andcommitted
Upgrade cache action
1 parent b7cd0c7 commit c282dd3

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
@@ -37,7 +37,7 @@ jobs:
3737
id: composer-cache
3838
run: |
3939
echo "::set-output name=dir::$(composer config cache-files-dir)"
40-
- uses: actions/cache@v2
40+
- uses: actions/cache@v3
4141
with:
4242
path: ${{ steps.composer-cache.outputs.dir }}
4343
key: ${{ runner.os }}-composer-${{ matrix.stability }}-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)