Skip to content

Commit 62559d3

Browse files
committed
bump ci image to ubuntu-22.04, actions/checkout to v4 to avoid deprecations
1 parent 662b203 commit 62559d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: continuous integration
55
jobs:
66
test:
77
name: test
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-22.04
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
1111
- uses: actions-rs/toolchain@v1
1212
with:
1313
profile: minimal
@@ -30,9 +30,9 @@ jobs:
3030

3131
fmt:
3232
name: rustfmt
33-
runs-on: ubuntu-20.04
33+
runs-on: ubuntu-22.04
3434
steps:
35-
- uses: actions/checkout@v2
35+
- uses: actions/checkout@v4
3636
- uses: actions-rs/toolchain@v1
3737
with:
3838
profile: minimal

0 commit comments

Comments
 (0)