Merge pull request #812 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

View File

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