Skip to content

Commit

Permalink
⬆️ Bump actions/checkout from 2.4.0 to 3.3.0
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.3.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.4.0...v3.3.0)

---
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] authored and davidB committed May 4, 2023
1 parent 3f7183d commit 4a575f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -33,7 +33,7 @@ jobs:
override: true
profile: ${{matrix.os.profile_rustup}}
- uses: davidB/rust-cargo-make@v1
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3.3.0
- name: Run tests
run: cargo make --profile "${{matrix.os.profile_ci_flow}}" ci-flow
env:
Expand Down

0 comments on commit 4a575f5

Please sign in to comment.