Skip to content

Commit b8b984f

Browse files
JohnTitortshepang
authored andcommitted
Update some actions versions
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
1 parent f349ee1 commit b8b984f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@ jobs:
2121
DEPLOY_DIR: book/html
2222
BASE_SHA: ${{ github.event.pull_request.base.sha }}
2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v3
2525
with:
2626
# linkcheck needs the base commit.
2727
fetch-depth: 0
2828

2929
- name: Cache binaries
3030
id: mdbook-cache
31-
uses: actions/cache@v2
31+
uses: actions/cache@v3
3232
with:
3333
path: |
3434
~/.cargo/bin
3535
key: ${{ runner.os }}-${{ env.MDBOOK_VERSION }}--${{ env.MDBOOK_LINKCHECK_VERSION }}--${{ env.MDBOOK_TOC_VERSION }}--${{ env.MDBOOK_MERMAID_VERSION }}
3636

3737
- name: Cache linkcheck
38-
uses: actions/cache@v2
38+
uses: actions/cache@v3
3939
with:
4040
path: |
4141
~/book/linkcheck

.github/workflows/date-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout repo
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
1919

2020
- name: Ensure Rust is up-to-date
2121
run: |

0 commit comments

Comments
 (0)