Skip to content

Commit 9c69a9f

Browse files
Fdawgsbrettz9
authored andcommitted
ci: update github actions
1 parent e9a98a3 commit 9c69a9f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/feature.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
with:
88
version: latest
99
- name: setup repository
10-
uses: actions/checkout@v3
10+
uses: actions/checkout@v4
1111
with:
1212
fetch-depth: 0
1313
- name: setup node.js
14-
uses: actions/setup-node@v3
14+
uses: actions/setup-node@v4
1515
with:
1616
node-version: '20'
1717
- run: pnpm install
@@ -26,11 +26,11 @@ jobs:
2626
with:
2727
version: latest
2828
- name: setup repository
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030
with:
3131
fetch-depth: 0
3232
- name: setup node.js
33-
uses: actions/setup-node@v3
33+
uses: actions/setup-node@v4
3434
with:
3535
node-version: '${{ matrix.node_js_version }}'
3636
- run: pnpm install
@@ -51,11 +51,11 @@ jobs:
5151
with:
5252
version: latest
5353
- name: setup repository
54-
uses: actions/checkout@v3
54+
uses: actions/checkout@v4
5555
with:
5656
fetch-depth: 0
5757
- name: setup node.js
58-
uses: actions/setup-node@v3
58+
uses: actions/setup-node@v4
5959
with:
6060
node-version: '20'
6161
- run: pnpm install

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
with:
99
version: latest
1010
- name: setup repository
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212
with:
1313
fetch-depth: 0
1414
- name: setup node.js
15-
uses: actions/setup-node@v3
15+
uses: actions/setup-node@v4
1616
with:
1717
node-version: "20"
1818
- run: pnpm install

0 commit comments

Comments
 (0)