Skip to content

Commit

Permalink
Merge pull request #145 from mention-me/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-4.2.0

Bump actions/cache from 4.1.2 to 4.2.0
  • Loading branch information
ryanmab authored Dec 6, 2024
2 parents 8f12275 + c9bf8c2 commit 3c88cb1
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 @@ -25,7 +25,7 @@ jobs:

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

0 comments on commit 3c88cb1

Please sign in to comment.