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.
2 parents aba4d01 + 92eef53 commit 7ed290bCopy full SHA for 7ed290b
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ${{ matrix.os }}
17
steps:
18
- name: Checkout repository
19
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
20
- name: Install Rust
21
uses: dtolnay/rust-toolchain@master
22
with:
@@ -38,7 +38,7 @@ jobs:
38
runs-on: ubuntu-latest
39
40
- name: Checkout source
41
42
43
uses: dtolnay/rust-toolchain@stable
44
.github/workflows/docs.yml
@@ -15,7 +15,7 @@ jobs:
15
env:
MDBOOK_VERSION: 0.4.28
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
fetch-depth: 0
- name: Install mdbook
0 commit comments