We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 180eb64 + 5953d25 commit 719255bCopy full SHA for 719255b
.github/workflows/gh-mdbook.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
14
15
# Install Rust package manager
16
#
@@ -28,7 +28,7 @@ jobs:
28
path: ~/.cargo/registry
29
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
30
- name: Cache cargo index
31
- uses: actions/cache@v1
+ uses: actions/cache@v4
32
with:
33
path: ~/.cargo/git
34
key: ${{ runner.os }}-cargo-index-${{ hashFiles('**/Cargo.lock') }}
.github/workflows/markdownlint.yml
- name: Markdown Linting
uses: avto-dev/markdown-lint@v1.5.0
0 commit comments