Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 4 (#10)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 9, 2024
1 parent 5df0fba commit f3f915c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
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 f3f915c

Please sign in to comment.