Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

Commit 39e5438

Browse files
renovate-botmergify[bot]
authored andcommitted
chore(deps): update actions/cache action to v3
1 parent aedca24 commit 39e5438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/semantic-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Authenticate with NPM registry
2222
run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
2323
- name: Keep npm cache around to speed up installs
24-
uses: actions/cache@v2
24+
uses: actions/cache@v3
2525
with:
2626
path: ~/.npm
2727
key: ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)