Skip to content

Commit 51e8436

Browse files
authored
Update continuous-integration.yml
cache v2 to v3
1 parent c63236f commit 51e8436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
4545

4646
- name: Cache dependencies
47-
uses: actions/cache@v2
47+
uses: actions/cache@v3
4848
with:
4949
path: ${{ steps.composer-cache.outputs.dir }}
5050
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)