Skip to content

Commit

Permalink
Merge pull request #45 from baoyachi/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
baoyachi authored May 22, 2024
2 parents e159c94 + 102df27 commit 3c7e98a
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 @@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: true
- uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
needs: [ test ]
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down Expand Up @@ -136,7 +136,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 3c7e98a

Please sign in to comment.