Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#53)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 8f71c11 commit e7049af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip')"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: bleep-build/bleep-setup-action@0.0.1
- uses: coursier/cache-action@v6
with:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
- os: windows-latest
jni-folder: .bleep\generated-resources\crossterm\tui.scripts.GenJniLibrary
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: bleep-build/bleep-setup-action@0.0.1
- uses: coursier/cache-action@v6
with:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
needs: [ build, build-native ]
if: "startsWith(github.ref, 'refs/tags/v')"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: bleep-build/bleep-setup-action@0.0.1
- id: get_version
uses: battila7/get-version-action@v2
Expand Down

0 comments on commit e7049af

Please sign in to comment.