We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 786512f + 64caf8e commit 42a58eaCopy full SHA for 42a58ea
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@v3
+ - uses: actions/checkout@v5
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
- - uses: actions/checkout@v2
89
90
- name: Install Rust stable
91
0 commit comments