We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8dd2a6 commit 60ae7d6Copy full SHA for 60ae7d6
1 file changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
17
- name: Cache cargo
18
uses: ./.github/actions/cache_cargo
19
- name: build
@@ -24,7 +24,7 @@ jobs:
24
runs-on: ubuntu-latest
25
26
27
28
- name: Setup Rust-toolchain
29
uses: dtolnay/rust-toolchain@stable
30
with:
@@ -39,7 +39,7 @@ jobs:
39
40
41
42
43
44
45
0 commit comments