Skip to content

Commit 34cd70d

Browse files
authored
Merge pull request #268 from strg-at/renovate/actions-cache-5.x
ci(github-action): update actions/cache action to v5.0.4
2 parents 6c1fb76 + 14ebe4e commit 34cd70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-npm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# https://github.com/marketplace/actions/cache
4242
- name: cache node modules
4343
id: cache-npm
44-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
44+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
4545
env:
4646
cache-name: cache-node-modules
4747
with:

0 commit comments

Comments
 (0)