build(deps): bump actions/cache from 4 to 5 (#1121)

Integrated into release/v3.6.2
This commit is contained in:
dependabot[bot]
2026-04-11 09:44:21 -03:00
committed by GitHub
parent 33d86ad3b5
commit a344352365
+1 -1
View File
@@ -81,7 +81,7 @@ jobs:
cache: npm
- name: Cache node_modules
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: node_modules
key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}