Skip to content

Commit 6426dc1

Browse files
authored
Merge pull request #24 from zgosalvez/dependabot/github_actions/actions/cache-3.2.6
Bump actions/cache from 3.2.5 to 3.2.6
2 parents eafc9e1 + 537d496 commit 6426dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
node-version: v${{ steps.get-runs-using-version.outputs.version }}
3434
- name: Cache Node Packages
3535
id: node-cache
36-
uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812
36+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
3737
with:
3838
path: ~/.npm
3939
key: node-cache-${{ steps.get-runs-using-version.outputs.prop }}-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)