File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Checkout repository
23- uses : actions/checkout@v2
23+ uses : actions/checkout@v3
2424
2525 # Initializes the CodeQL tools for scanning.
2626 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v2
12+ uses : actions/checkout@v3
1313
1414 - uses : actions/setup-node@v3
1515 with :
Original file line number Diff line number Diff line change 1515 with :
1616 node-version : ' 14'
1717
18- - uses : actions/checkout@v2
18+ - uses : actions/checkout@v3
1919
2020 - name : Lint changelog file
2121 uses : avto-dev/markdown-lint@v1
Original file line number Diff line number Diff line change 1313 image : node:14
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v2
16+ uses : actions/checkout@v3
1717
1818 - name : Install lerna
1919 run : npm install -g lerna
Original file line number Diff line number Diff line change 1616 NPM_CONFIG_UNSAFE_PERM : true
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v2
19+ uses : actions/checkout@v3
2020
2121 - uses : actions/setup-node@v3
2222 with :
5959 - name : Permission Setup
6060 run : sudo chmod -R 777 /github /__w
6161 - name : Checkout
62- uses : actions/checkout@v2
62+ uses : actions/checkout@v3
6363
6464 - name : restore lerna
6565 id : cache
@@ -92,14 +92,14 @@ jobs:
9292 webworker-tests :
9393 runs-on : ubuntu-latest
9494 container :
95- image : circleci/node:14 -browsers
95+ image : circleci/node:16 -browsers
9696 env :
9797 NPM_CONFIG_UNSAFE_PERM : true
9898 steps :
99- - name : Checkout
100- uses : actions/checkout@v1
10199 - name : Permission Setup
102100 run : sudo chmod -R 777 /github /__w
101+ - name : Checkout
102+ uses : actions/checkout@v3
103103
104104 - name : restore lerna
105105 id : cache
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout 🛎️
14- uses : actions/checkout@v2
14+ uses : actions/checkout@v3
1515
1616 - name : restore lock files
1717 uses : actions/cache@master # must use unreleased master to cache multiple paths
You can’t perform that action at this time.
0 commit comments