Skip to content

Commit 2d633d7

Browse files
committed
ci: update actions
1 parent a1b480e commit 2d633d7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/ci.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ jobs:
77
name: Lint
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
with:
1212
submodules: true
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: 16
15+
node-version: 20
1616
- name: Install dependencies
1717
run: npm install
1818
- name: Run the linter
@@ -21,12 +21,12 @@ jobs:
2121
name: Docs
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
with:
2626
submodules: true
2727
- uses: actions/setup-node@v3
2828
with:
29-
node-version: 16
29+
node-version: 20
3030
- name: Install dependencies
3131
run: npm install
3232
- name: Run the linter
@@ -45,12 +45,12 @@ jobs:
4545
env:
4646
BUILDTYPE: ${{ matrix.buildType }}
4747
steps:
48-
- uses: actions/checkout@v3
48+
- uses: actions/checkout@v4
4949
with:
5050
submodules: true
5151
- uses: actions/setup-node@v3
5252
with:
53-
node-version: 16
53+
node-version: 20
5454
- name: Dependencies
5555
env:
5656
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
@@ -80,12 +80,12 @@ jobs:
8080
steps:
8181
- name: Install automake
8282
run: brew install automake
83-
- uses: actions/checkout@v3
83+
- uses: actions/checkout@v4
8484
with:
8585
submodules: true
8686
- uses: actions/setup-node@v3
8787
with:
88-
node-version: 16
88+
node-version: 20
8989
- name: Build it
9090
run: make VERBOSE=1
9191
- name: Test it
@@ -105,12 +105,12 @@ jobs:
105105
steps:
106106
- name: Prepare
107107
run: apk add git build-base cmake curl-dev autoconf automake libtool texinfo linux-headers --update-cache
108-
- uses: actions/checkout@v3
108+
- uses: actions/checkout@v4
109109
with:
110110
submodules: true
111111
- uses: actions/setup-node@v3
112112
with:
113-
node-version: 16
113+
node-version: 20
114114
- name: Build it
115115
run: make VERBOSE=1
116116
- name: Test it
@@ -129,7 +129,7 @@ jobs:
129129
run:
130130
shell: msys2 {0}
131131
steps:
132-
- uses: actions/checkout@v3
132+
- uses: actions/checkout@v4
133133
with:
134134
submodules: true
135135
- name: Setup MSYS2

0 commit comments

Comments
 (0)