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 6582455 commit 42f4c71Copy full SHA for 42f4c71
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout repository
18
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
19
20
- name: Install Rust toolchain
21
uses: dtolnay/rust-toolchain@stable
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
35
36
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
51
0 commit comments