Skip to content

Commit

Permalink
build(deps): Bump actions/setup-go from 5.0.0 to 5.0.1 (#783)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 7, 2024
1 parent bcdf032 commit 645ac74
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
goos: ["linux"]
timeout-minutes: 55
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
go-version: "1.22"
- uses: actions/checkout@v4
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
needs: build
timeout-minutes: 5
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
go-version: "1.22"
- uses: actions/checkout@v4
Expand All @@ -77,7 +77,7 @@ jobs:
needs: build
timeout-minutes: 5
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
go-version: "1.22"
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-generated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
check-mocks:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
go-version: "1.22"

Expand All @@ -47,7 +47,7 @@ jobs:
check-proto:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
go-version: "1.22"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
CGO_LDFLAGS: "-L/usr/local/lib -ldashbls -lrelic_s -lmimalloc-secure -lgmp"
CGO_CXXFLAGS: "-I/usr/local/include"
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
go-version: "1.22"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
go-version: "^1.22"
- uses: technote-space/get-diff-action@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
go-version: "1.22"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
part: ["00", "01", "02", "03", "04", "05"]
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
go-version: "1.22"
- uses: actions/checkout@v4
Expand Down

0 comments on commit 645ac74

Please sign in to comment.