Merge pull request #1046 from shivammathur/dependabot/github_actions/develop/actions/cache-5

Bump actions/cache from 4 to 5
This commit is contained in:
Shivam Mathur
2025-12-15 15:53:27 +05:30
committed by GitHub

View File

@@ -50,7 +50,7 @@ jobs:
key: ${{ env.key }}
- name: Cache extensions
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ${{ steps.cache-env.outputs.dir }}
key: ${{ steps.cache-env.outputs.key }}