Skip to content

Commit 226bc7b

Browse files
authored
Update GitHub Actions to use latest Ubuntu and checkout
ci: update runners and checkout version
1 parent 02e9797 commit 226bc7b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ on:
77
jobs:
88
build:
99
name: Test build
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- run: npm i
1414
- run: npm run build
1515

1616
lint:
1717
name: Check linting
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- run: npm i
2222
- run: npm run lint

0 commit comments

Comments
 (0)