Skip to content

Commit a926e99

Browse files
authored
Merge pull request #242 from strg-at/renovate/actions-cache-5.x
ci(github-action): update actions/cache action to v5.0.2
2 parents df445c6 + 7cdf324 commit a926e99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

0 commit comments

Comments
 (0)