Skip to content

Commit bdf49f6

Browse files
Update actions/cache action to v5
1 parent ae0e3bf commit bdf49f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validate-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
1818
with:
1919
node-version: 20.x
20-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
20+
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
2121
with:
2222
path: ~/.npm
2323
key: ${{ runner.os }}-node

0 commit comments

Comments
 (0)