We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba5e255 + d5ba983 commit 26b4132Copy full SHA for 26b4132
2 files changed
.github/workflows/gh-pages.yml
@@ -9,7 +9,7 @@ jobs:
9
deploy:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
13
- uses: jontze/action-mdbook@6c0be56d14c4bf16861b00af61f50ff7400ce502 # v4
14
with:
15
token: ${{secrets.GITHUB_TOKEN}}
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
name: Test building of docs
16
17
18
19
@@ -24,7 +24,7 @@ jobs:
24
name: Test code samples
25
26
27
28
- name: Install toolchain
29
uses: actions-rs/toolchain@v1
30
0 commit comments