We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de75849 + b99be2c commit 666b80eCopy full SHA for 666b80e
1 file changed
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
lint:
30
runs-on: ubuntu-latest
31
steps:
32
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
33
34
- name: Install Rust toolchain components
35
uses: dtolnay/rust-toolchain@stable
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
61
- name: Set up Rust toolchain
62
uses: dtolnay/rust-toolchain@master
@@ -85,7 +85,7 @@ jobs:
85
86
environment: release
87
88
89
90
- name: Install Rust stable
91
0 commit comments