Skip to content

Commit 02cf3d0

Browse files
Update actions/cache action to v5 (#1022)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2c5a67d commit 02cf3d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: 12.x
2121

2222
- name: Use cached node_modules
23-
uses: actions/cache@v4
23+
uses: actions/cache@v5
2424
with:
2525
path: node_modules
2626
key: nodeModules-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)