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 320494e commit fafdc5fCopy full SHA for fafdc5f
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
runs-on: ${{ matrix.target.os }}
30
31
steps:
32
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
33
34
- name: Install Rust (${{ matrix.version.version }})
35
uses: actions-rust-lang/[email protected]
.github/workflows/deploy.yml
@@ -44,7 +44,7 @@ jobs:
44
timeout-minutes: 60
45
46
47
48
49
- name: Install Rust
50
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
16
17
with:
18
fetch-depth: 0
19
0 commit comments