Skip to content

Commit e9b473b

Browse files
committed
ci: update workflow versions
1 parent 4afc46b commit e9b473b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
10-
- uses: actions/setup-node@v1
10+
- uses: actions/setup-node@v2.1.5
1111
with:
1212
node-version: 14
1313
- run: npm i -g yarn
1414
- run: yarn set version 2
1515
- run: cat .yarnrc_patch.yml >> .yarnrc.yml
1616
- run: yarn config set checksumBehavior ignore
1717
- name: Cache Node.js modules
18-
uses: actions/cache@v1
18+
uses: actions/cache@v2.1.4
1919
with:
2020
path: ./.yarn
2121
key: ${{ runner.os }}-yarn2-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)