Skip to content

Commit

Permalink
chore(deps/actions): bump actions/cache from 3 to 4 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent 5dc8acb commit 3b8e8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: composer validate --strict
- 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 3b8e8d7

Please sign in to comment.