Skip to content

Commit

Permalink
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 Dec 12, 2023
1 parent 0612c42 commit 0ee3915
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
go_version: ${{ steps.tool-versions.outputs.go_version }}
node_version: ${{ steps.tool-versions.outputs.node_version }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# check on https://github.com/actions/checkout/pull/579 occasionally if actions/checkout can do this natively yet
fetch-depth: 0
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
runs-on: ubuntu-latest
needs: data
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-go@v2
with:
go-version: ${{ needs.data.outputs.go_version }}
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
arch: 386

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Download Compiled Frontend (rice-box.go)
uses: actions/download-artifact@v1
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-go@v2
with:
go-version: ${{ needs.data.outputs.go_version }}
Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:
needs: [ data, frontend ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-go@v2
with:
go-version: ${{ needs.data.outputs.go_version }}
Expand Down Expand Up @@ -356,7 +356,7 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-go@v2
with:
go-version: ${{ needs.data.outputs.go_version }}
Expand Down Expand Up @@ -407,7 +407,7 @@ jobs:
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-go@v2
with:
go-version: ${{ needs.data.outputs.go_version }}
Expand Down Expand Up @@ -447,7 +447,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: jemand771/docker-build-action@main
with:
GITHUB_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 0ee3915

Please sign in to comment.