Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 4, 2023
1 parent ef49450 commit 8d2b421
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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@v2
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@v2
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@v2
uses: actions/checkout@v4
- name: rustup
uses: actions-rs/toolchain@v1
with:
Expand All @@ -61,7 +61,7 @@ jobs:
if: github.ref == 'refs/heads/master'
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: rustup
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 8d2b421

Please sign in to comment.