Skip to content

Commit

Permalink
Merge pull request #76 from maize-tech/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-4.2.0

Bump actions/cache from 4.1.2 to 4.2.0
  • Loading branch information
github-actions[bot] authored Dec 9, 2024
2 parents e56bc1d + d6dae26 commit 877d447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
coverage: none

- name: Cache composer dependencies
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
path: vendor
key: composer-${{ hashFiles('composer.lock') }}
Expand Down

0 comments on commit 877d447

Please sign in to comment.