1
0
mirror of https://github.com/shivammathur/setup-php.git synced 2025-04-06 19:29:28 +07:00

Merge pull request from shivammathur/dependabot/github_actions/develop/actions/cache-4

Bump actions/cache from 3 to 4
This commit is contained in:
Shivam Mathur 2024-01-22 15:41:53 +05:30 committed by GitHub
commit ad24e86677
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 }}