Skip to content

Commit

Permalink
Merge pull request #6 from php-toolkit/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-4

chore(deps): bump actions/cache from 3 to 4
  • Loading branch information
inhere authored Jan 18, 2024
2 parents 9bae68c + feff63a commit c420abc
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 @@ -32,7 +32,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.composer/cache/files
key: ${{ matrix.php }}
Expand Down

0 comments on commit c420abc

Please sign in to comment.