We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0be6d commit 1065ef1Copy full SHA for 1065ef1
.github/workflows/ci.yml
@@ -5,9 +5,9 @@ name: continuous integration
5
jobs:
6
test:
7
name: test
8
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
9
steps:
10
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
11
- uses: actions-rs/toolchain@v1
12
with:
13
profile: minimal
@@ -30,9 +30,9 @@ jobs:
30
31
fmt:
32
name: rustfmt
33
34
35
36
37
38
0 commit comments