Skip to content

Commit d0f746b

Browse files
authored
chore(ci): update actions (#4948)
1 parent 057d3a3 commit d0f746b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212
timeout-minutes: 30
1313
steps:
1414
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ~/.npmrc
15-
- uses: actions/setup-node@v1
15+
- uses: actions/setup-node@v3
1616
with:
1717
node-version: 14.x
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919
with:
2020
fetch-depth: 0
2121
- name: Restore Dependency Cache
22-
uses: actions/cache@v1
22+
uses: actions/cache@v3
2323
with:
2424
path: ~/.npm
2525
key: ${{ runner.OS }}-dependency-cache-${{ hashFiles('**/package.json') }}

0 commit comments

Comments
 (0)