Skip to content

Commit f4f767e

Browse files
committed
Updated actions versions
1 parent f228410 commit f4f767e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
node-version: [16.x, 18.x]
2020

2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v3.5.3
2323
- name: Use Node.js ${{ matrix.node-version }}
24-
uses: actions/setup-node@v1
24+
uses: actions/setup-node@v3.7.0
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
- run: npm ci

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v3.5.3
1313
with:
1414
fetch-depth: 0
1515
- name: Setup Node.js
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
fetch-depth: 0
3838
- name: Setup Node.js
39-
uses: actions/setup-node@v1
39+
uses: actions/setup-node@v3.7.0
4040
with:
4141
node-version: "18.x"
4242
- name: Installing dependencies

0 commit comments

Comments
 (0)