Skip to content

Commit

Permalink
Merge pull request #98 from multiformats/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4
  • Loading branch information
thomaseizinger committed Sep 5, 2023
2 parents a180c82 + 0a4650d commit d9108c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout Sources
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cache Dependencies & Build Outputs
uses: actions/cache@v3
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Sources
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Rust Toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit d9108c9

Please sign in to comment.