Skip to content

Commit

Permalink
build(deps): bump actions/setup-go from 2.1.3 to 2.1.4 (#10009)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v2.1.3...v2.1.4)

---
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 Aug 31, 2021
1 parent 54b0556 commit f98dc67
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: "!contains(github.event.head_commit.message, 'skip-sims')"
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
go-version: 1.16
- name: Display go version
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
go-version: 1.16
- name: Display go version
Expand All @@ -41,7 +41,7 @@ jobs:
needs: [build, install-runsim]
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
go-version: 1.16
- name: Display go version
Expand All @@ -67,7 +67,7 @@ jobs:
needs: [build, install-runsim]
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
go-version: 1.16
- name: Display go version
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
needs: [build, install-runsim]
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
go-version: 1.16
- name: Display go version
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
needs: [build, install-runsim]
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
go-version: 1.16
- name: Display go version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Go
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
go-version: 1.16
- name: Unshallow
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
install-tparse:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
go-version: 1.16
- name: Display go version
Expand All @@ -30,7 +30,7 @@ jobs:
go-arch: ["amd64", "arm", "arm64"]
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
go-version: 1.16
- uses: technote-space/get-diff-action@v5
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
go-version: 1.16
- name: Display go version
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
part: ["00", "01", "02", "03"]
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
go-version: 1.16
- uses: technote-space/get-diff-action@v5
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
part: ["00", "01", "02", "03"]
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
go-version: 1.16
- uses: technote-space/get-diff-action@v5
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
go-version: 1.16
- uses: technote-space/get-diff-action@v5
Expand Down

0 comments on commit f98dc67

Please sign in to comment.