We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cf76ae commit 1cee10fCopy full SHA for 1cee10f
.github/workflows/coverage.yaml
@@ -16,7 +16,7 @@ jobs:
16
timeout-minutes: 30
17
runs-on: ubuntu-20.04
18
steps:
19
- - uses: actions/checkout@v4.1.7
+ - uses: actions/checkout@v4.2.2
20
with:
21
persist-credentials: false
22
.github/workflows/main.yml
@@ -7,7 +7,7 @@ jobs:
7
name: test on nightly
8
runs-on: ubuntu-latest
9
10
11
# Because we use nightly features for building docs,
12
# using --all-features will fail without nightly toolchain.
13
- uses: actions-rs/[email protected]
0 commit comments