Skip to content

Commit

Permalink
Merge pull request #163 from siketyan/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-4

build(deps): Bump actions/cache from 3 to 4
  • Loading branch information
siketyan authored Jan 23, 2024
2 parents 77d32ef + 91b321d commit b72c5eb
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:

- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: vendor
key: ${{ runner.os }}-php-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
Expand Down

0 comments on commit b72c5eb

Please sign in to comment.