We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39be501 commit 33ab0abCopy full SHA for 33ab0ab
1 file changed
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
steps:
8
- name: Checkout sources
9
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
10
- name: Install stable Rust
11
uses: actions-rust-lang/setup-rust-toolchain@v1
12
with:
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
23
24
25
0 commit comments