Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...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 Jan 3, 2024
1 parent 3140d9b commit b976a34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
toolchain: nightly
components: rustfmt

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Cargo fmt
uses: actions-rs/cargo@v1
Expand All @@ -39,7 +39,7 @@ jobs:
toolchain: stable
components: clippy

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Cargo clippy
uses: actions-rs/cargo@v1
Expand All @@ -65,7 +65,7 @@ jobs:
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Cargo build
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit b976a34

Please sign in to comment.