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 19f0f13 commit 0b4bab1Copy full SHA for 0b4bab1
.github/workflows/CI.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@v4
17
18
- name: Cache
19
- uses: actions/cache@v3
+ uses: actions/cache@v4
20
with:
21
path: |
22
~/.cargo/bin/
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
55
56
.github/workflows/Doc.yml
@@ -15,7 +15,7 @@ jobs:
15
run: cargo doc --all --no-deps
- name: Deploy Docs
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
0 commit comments