Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brian Caswell <[email protected]>
  • Loading branch information
dependabot[bot] and demoray authored Jan 13, 2025
1 parent 91030ec commit 708bf71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.2
- name: build
run: eng/ci.sh
- name: Run tests
Expand All @@ -37,7 +37,7 @@ jobs:
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.2
- name: build avml-convert
run: cargo build --release --bin avml-convert --locked
- name: build avml-upload
Expand Down

0 comments on commit 708bf71

Please sign in to comment.