Skip to content

Commit 99df816

Browse files
Merge pull request #20 from alleyinteractive/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2 to 3
2 parents 0eaaa6f + 90fdd66 commit 99df816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

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

4242
- name: Set up Composer caching
43-
uses: actions/cache@v2
43+
uses: actions/cache@v3
4444
env:
4545
cache-name: cache-composer-dependencies
4646
with:

0 commit comments

Comments
 (0)