Skip to content

Commit 395a3cb

Browse files
ci: Update to actions/checkout@v4 (#587)
1 parent c0f8c2b commit 395a3cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-22.04
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- run: cargo install mdbook --version 0.4.36
1414
- run: cd mdbook && mdbook build
1515
- uses: JamesIves/github-pages-deploy-action@v4

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
test:
77
runs-on: ubuntu-22.04
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
- run: rustup update 1.65 --no-self-update && rustup default 1.65
1111
- run: cargo build
1212
- name: test mdBook

0 commit comments

Comments
 (0)