Skip to content

Commit 010417a

Browse files
committed
chore(deps): update all
1 parent fa034db commit 010417a

File tree

4 files changed

+419
-627
lines changed

4 files changed

+419
-627
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111

1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515
- name: Read Node.js version to install from `.nvmrc`
1616
run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)"
1717
id: nvm
1818
- name: Install required Node.js version
19-
uses: actions/setup-node@v2
19+
uses: actions/setup-node@v3
2020
with:
2121
node-version: "${{ steps.nvm.outputs.NVMRC }}"
22-
- uses: actions/cache@v2
22+
- uses: actions/cache@v3
2323
with:
2424
path: ~/.npm
2525
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/maybe-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414

1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
1818
- name: Read Node.js version to install from `.nvmrc`
1919
run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)"
2020
id: nvm
2121
- name: Install required Node.js version
22-
uses: actions/setup-node@v2
22+
uses: actions/setup-node@v3
2323
with:
2424
node-version: "${{ steps.nvm.outputs.NVMRC }}"
25-
- uses: actions/cache@v2
25+
- uses: actions/cache@v3
2626
with:
2727
path: ~/.npm
2828
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)