Skip to content

Commit

Permalink
Bump actions/setup-go from 4.0.0 to 4.0.1 (#699)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v4...v4.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>
Co-authored-by: zheng-bin <[email protected]>
  • Loading branch information
dependabot[bot] and skyargos committed Jul 31, 2023
1 parent 6e8b58a commit 7ef6233
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: certik ${{ matrix.arch }} for ${{ matrix.targetos }}
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
go-version: '^1.18'
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: actions/setup-go@v4
- uses: actions/setup-go@v4.0.1
with:
go-version: '1.18.10'
# Initializes the CodeQL tools for scanning.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
go-version: 1.18
- uses: technote-space/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sim-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
newbuild:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
go-version: 1.18
- name: Install runsim
Expand All @@ -31,7 +31,7 @@ jobs:
needs: newbuild
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
go-version: 1.16
- uses: actions/cache@v3
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/sims.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/[email protected].0
- uses: actions/[email protected].1
with:
go-version: 1.18
- name: Install runsim
Expand All @@ -31,7 +31,7 @@ jobs:
needs: Build
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
go-version: 1.18
- uses: technote-space/[email protected]
Expand All @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-latest
needs: Build
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
go-version: 1.18
- uses: actions/checkout@v3
Expand All @@ -78,7 +78,7 @@ jobs:
runs-on: ubuntu-latest
needs: Build
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
go-version: 1.18
- uses: actions/checkout@v3
Expand All @@ -103,7 +103,7 @@ jobs:
needs: Build
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
go-version: 1.18
- uses: technote-space/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/statesync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: shentud state sync
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
go-version: '^1.18'

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
test-coverage-upload:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
go-version: 1.18
- uses: actions/checkout@v3
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 25
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
go-version: 1.18
- uses: actions/checkout@v3
Expand All @@ -79,7 +79,7 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
go-version: 1.18
- uses: technote-space/[email protected]
Expand Down

0 comments on commit 7ef6233

Please sign in to comment.