Skip to content

Commit 57304f6

Browse files
committed
change actions/cache@v2 to v3 due to deprecation
1 parent dbe3458 commit 57304f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
echo "::set-output name=dir::$(composer config cache-files-dir)"
3636
37-
- uses: actions/cache@v2
37+
- uses: actions/cache@v3
3838
with:
3939
path: |
4040
~/.php_cs.cache

0 commit comments

Comments
 (0)