We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69fc195 + 1dad80d commit 9f318c7Copy full SHA for 9f318c7
2 files changed
.github/workflows/check-links.yml
@@ -10,7 +10,7 @@ jobs:
10
md-dead-link-check:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
with:
15
fetch-depth: 0
16
.github/workflows/gh-pages.yml
@@ -15,7 +15,7 @@ jobs:
17
- name: Checkout repository
18
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
19
20
# Use MDBOOK_VERSION environment variable for better control
21
- name: Set mdbook version
0 commit comments