Skip to content

Commit

Permalink
change actions/cache@v2 to v3 due to deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ka committed Dec 14, 2024
1 parent dbe3458 commit 57304f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
echo "::set-output name=dir::$(composer config cache-files-dir)"
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/.php_cs.cache
Expand Down

0 comments on commit 57304f6

Please sign in to comment.