Skip to content

Commit

Permalink
ci: use actions/cache:v3
Browse files Browse the repository at this point in the history
  • Loading branch information
justlevine committed Sep 21, 2023
1 parent 26236c4 commit faa0bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Cache multiple paths
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: $HOME/.composer/cache
key: '${{ runner.os }}-${{ hashFiles(''TODO'') }}'
Expand Down

0 comments on commit faa0bf0

Please sign in to comment.