Skip to content

Commit

Permalink
Update actions/checkout action to v4 (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e authored Jan 6, 2024
1 parent 579e95d commit d49064b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Test code blocks in markdown
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Rust
run: rustup update stable

Expand All @@ -31,7 +31,7 @@ jobs:
name: Test tutorial-code directory
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Rust
run: rustup update stable

Expand Down

0 comments on commit d49064b

Please sign in to comment.