Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 2 to 4
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent ced734d commit 7f81d4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
outputs:
earlybird_next_version: ${{ steps.getversion.outputs.earlybird_next_version }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v2
Expand All @@ -33,7 +33,7 @@ jobs:
with:
go-version: ^1.18
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Build project
run: ./build.sh ${{ needs.get_next_version.outputs.earlybird_next_version }}
- name: Upload artifacts
Expand All @@ -49,7 +49,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN}}
- name: Download earlybird artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
with:
go-version: ^1.18
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Build and Test
run: ./build.sh

0 comments on commit 7f81d4c

Please sign in to comment.