Skip to content

Commit ae16851

Browse files
authored
Merge pull request #247 from strg-at/renovate/actions-cache-5.x
ci(github-action): update actions/cache action to v5.0.3
2 parents 5b7786a + 5d1f5dd commit ae16851

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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
44+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
4545
env:
4646
cache-name: cache-node-modules
4747
with:

0 commit comments

Comments
 (0)