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.
1 parent 091c2dc commit a87c010Copy full SHA for a87c010
.github/workflows/pages.yml
@@ -14,7 +14,7 @@ jobs:
14
contents: write
15
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
18
19
- name: Setup mdBook
20
uses: peaceiris/actions-mdbook@v2
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Setup BuildX
29
uses: docker/setup-buildx-action@v3
30
- name: Checkout
31
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
32
with:
33
fetch-depth: 0
34
- name: Get tags
.github/workflows/rust.yml
@@ -17,7 +17,7 @@ jobs:
21
22
23
0 commit comments