Skip to content

Commit

Permalink
update cache action version
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjeffers committed Jun 10, 2024
1 parent b94a8c0 commit 2ea87f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
Expand Down

0 comments on commit 2ea87f0

Please sign in to comment.