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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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') }}