Skip to content

Commit ab1643a

Browse files
Bump actions/setup-go from 2.1.3 to 2.1.4 (#109)
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>
1 parent 3ddb0fe commit ab1643a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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.13
14-
uses: actions/[email protected].3
14+
uses: actions/[email protected].4
1515
with:
1616
go-version: 1.13
1717
id: go
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-20.04
5353
steps:
5454
- name: Set up Go 1.13
55-
uses: actions/[email protected].3
55+
uses: actions/[email protected].4
5656
with:
5757
go-version: 1.13
5858
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].3
17+
uses: actions/[email protected].4
1818
with:
1919
go-version: 1.13.x
2020
- name: Upgrade upx

0 commit comments

Comments
 (0)