Skip to content

Commit

Permalink
chore: Upgrade actions/cache to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
hellopablo committed Dec 17, 2024
1 parent 56990f4 commit 6ce00f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
php-version: 8.1

- name: Cache Composer dependencies
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: vendor
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
Expand Down

0 comments on commit 6ce00f0

Please sign in to comment.