File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 js-formatting :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v3
1717
1818 - name : Use Node.js 16
19- uses : actions/setup-node@v2
19+ uses : actions/setup-node@v3
2020 with :
2121 node-version : ' 16.x'
2222 cache : ' yarn'
2727 cpp-formatting :
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : actions/checkout@v2
30+ - uses : actions/checkout@v3
3131
3232 - name : Check C++ formatting with clang-format
3333 uses : DoozyX/clang-format-lint-action@v0.13
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
2020 node-version : [14.x, 16.x, 18.x]
2121
2222 steps :
23- - uses : actions/checkout@v2
23+ - uses : actions/checkout@v3
2424
2525 - name : Use Node.js ${{ matrix.node-version }}
26- uses : actions/setup-node@v2
26+ uses : actions/setup-node@v3
2727 with :
2828 node-version : ${{ matrix.node-version }}
2929 cache : ' yarn'
Original file line number Diff line number Diff line change 88 publish_to_npm :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v2
11+ - uses : actions/checkout@v3
1212 with :
1313 ref : main
1414
1515 # Installs Node and sets up up the .npmrc file to publish to npm
16- - uses : actions/setup-node@v2
16+ - uses : actions/setup-node@v3
1717 with :
1818 node-version : ' 16.x'
1919 registry-url : ' https://registry.npmjs.org'
You can’t perform that action at this time.
0 commit comments