Skip to content

Commit 1db8d04

Browse files
committed
CI: update actions and NodeJS
1 parent 126c30e commit 1db8d04

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
style-lint:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v7
1717
- run: npm install
1818
- run: npm run lint-check
1919

2020
webext-lint:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v7
2424
- run: npm install
2525
- run: npm run webext-lint

.github/workflows/version-number-update.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
version-number-update:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
13-
- uses: actions/setup-node@v4
12+
- uses: actions/checkout@v7
13+
- uses: actions/setup-node@v6
1414
with:
15-
node-version: 20
15+
node-version: 26
1616
- run: npm install
1717
- run: npm run version-number-update
1818
env:

0 commit comments

Comments
 (0)