Skip to content

Commit f940c4b

Browse files
Bump actions/setup-go from 2.1.4 to 2.1.5 (#198)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.4 to 2.1.5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v2.1.4...v2.1.5) --- 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>
1 parent 65db3af commit f940c4b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/coverage-report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-20.04
1111
steps:
1212
- name: Set up Go
13-
uses: actions/[email protected].4
13+
uses: actions/[email protected].5
1414
with:
1515
go-version: 1.16.x
1616
- uses: actions/[email protected]

.github/workflows/pull-request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-20.04
1212
steps:
1313
- name: Set up Go 1.16
14-
uses: actions/[email protected].4
14+
uses: actions/[email protected].5
1515
with:
1616
go-version: 1.16
1717
id: go
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ubuntu-20.04
5454
steps:
5555
- name: Set up Go 1.16
56-
uses: actions/[email protected].4
56+
uses: actions/[email protected].5
5757
with:
5858
go-version: 1.16
5959
id: go

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Unshallow
1515
run: git fetch --prune --unshallow
1616
- name: Set up Go
17-
uses: actions/[email protected].4
17+
uses: actions/[email protected].5
1818
with:
1919
go-version: 1.16.x
2020
- name: Upgrade upx

0 commit comments

Comments
 (0)