Skip to content

Commit

Permalink
Merge pull request #812 from shivammathur/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…evelop/actions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
shivammathur committed Jan 22, 2024
2 parents 6d7209f + 73dfd2f commit ad24e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Expand Up @@ -50,7 +50,7 @@ jobs:
key: ${{ env.key }}

- name: Cache extensions
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.cache-env.outputs.dir }}
key: ${{ steps.cache-env.outputs.key }}
Expand Down

0 comments on commit ad24e86

Please sign in to comment.