Skip to content

Commit

Permalink
ci: Update to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Sep 29, 2024
1 parent 2a5cb8b commit f610bc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
deploy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: cargo install mdbook --version 0.4.36
- run: cd mdbook && mdbook build
- uses: JamesIves/github-pages-deploy-action@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: rustup update 1.65 --no-self-update && rustup default 1.65
- run: cargo build
- name: test mdBook
Expand Down

0 comments on commit f610bc7

Please sign in to comment.