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 4ebe1ca commit acec9e3Copy full SHA for acec9e3
.github/workflows/clippy.yml
@@ -28,7 +28,7 @@ jobs:
28
runs-on: ${{ matrix.os }}
29
steps:
30
- name: Checkout repository
31
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
32
33
- name: Install Rust toolchain
34
uses: actions-rs/toolchain@v1
@@ -75,7 +75,7 @@ jobs:
75
76
77
78
79
80
81
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
- name: Install Rust
43
if: matrix.os != 'ubuntu-latest'
0 commit comments