Skip to content

Commit

Permalink
Merge pull request #1 from tyrylu/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-4
  • Loading branch information
dependabot[bot] authored Sep 5, 2023
2 parents 910eae3 + cacf9e5 commit b16ece4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: rustup
uses: actions-rs/toolchain@v1
with:
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: rustup
uses: actions-rs/toolchain@v1
with:
Expand All @@ -42,7 +42,7 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: rustup
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit b16ece4

Please sign in to comment.