Skip to content

Commit

Permalink
Merge pull request #139 from baoyachi/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
baoyachi committed Sep 5, 2023
2 parents 8fec417 + 04b31ab commit 3602332
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
version: 0.14.2
use-tool-cache: true
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Test
run: |
cargo test --all-features
Expand All @@ -114,7 +114,7 @@ jobs:
steps:
- name: Set up Rust
uses: hecrj/setup-rust-action@v2
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Publish
shell: bash
run: |
Expand Down

0 comments on commit 3602332

Please sign in to comment.