We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb4d48 commit 5d3de40Copy full SHA for 5d3de40
2 files changed
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
runs-on: ubuntu-latest
31
32
steps:
33
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
34
35
- name: Check formatting
36
run: cargo fmt --all --check
@@ -52,7 +52,7 @@ jobs:
52
runner: macos-latest
53
54
55
56
57
- name: Rust cache
58
uses: Swatinem/rust-cache@v2.8.2
.github/workflows/release-crates.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
- name: Checkout repository
21
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
22
with:
23
fetch-depth: 512
24
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
- name: Authenticate with crates.io
48
id: auth
0 commit comments