Skip to content

Commit

Permalink
Merge pull request #118 from rust-mobile/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
MarijnS95 committed Oct 4, 2023
2 parents 219a14b + 0eefd62 commit 3d5e479
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 @@ -19,7 +19,7 @@ jobs:
# See top README for MSRV policy
rust_version: [1.68.0, stable]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: hecrj/setup-rust-action@v1
with:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 3d5e479

Please sign in to comment.