We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98594a6 commit df10577Copy full SHA for df10577
2 files changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
- name: Checkout
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
20
21
- name: Set up Rust toolchain
22
run: rustup toolchain install stable --no-self-update --profile default --target wasm32-unknown-unknown
.github/workflows/website.yml
@@ -14,7 +14,7 @@ jobs:
14
name: Test Book
15
runs-on: ubuntu-latest
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
run: |
@@ -42,7 +42,7 @@ jobs:
42
needs: book-test
43
44
45
46
with:
47
fetch-depth: 0
48
@@ -92,7 +92,7 @@ jobs:
92
pages: write
93
id-token: write
94
95
96
97
98
0 commit comments