Skip to content

Commit fae2f08

Browse files
Bump actions/setup-go from 3.2.0 to 3.2.1 (#700)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v3.2.0...v3.2.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>
1 parent 7be736a commit fae2f08

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/backup.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].0
14+
uses: actions/[email protected].1
1515
with:
1616
go-version: 1.16
1717
id: go
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-20.04
4444
steps:
4545
- name: Set up Go 1.16
46-
uses: actions/[email protected].0
46+
uses: actions/[email protected].1
4747
with:
4848
go-version: 1.16
4949
id: go

.github/workflows/e2e-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
jenkins_version: [2.190.1, 2.190.2, 2.190.3, 2.204.1]
1818
steps:
1919
- name: Set up Go 1.16
20-
uses: actions/[email protected].0
20+
uses: actions/[email protected].1
2121
with:
2222
go-version: 1.16
2323
id: go

.github/workflows/pull-request.yaml

Lines changed: 3 additions & 3 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].0
14+
uses: actions/[email protected].1
1515
with:
1616
go-version: 1.16
1717
id: go
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
steps:
4747
- name: Set up Go 1.16
48-
uses: actions/[email protected].0
48+
uses: actions/[email protected].1
4949
with:
5050
go-version: 1.16
5151
id: go
@@ -103,7 +103,7 @@ jobs:
103103
runs-on: ubuntu-20.04
104104
steps:
105105
- name: Set up Go 1.16
106-
uses: actions/[email protected].0
106+
uses: actions/[email protected].1
107107
with:
108108
go-version: 1.16
109109
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].0
17+
uses: actions/[email protected].1
1818
with:
1919
go-version: 1.16.x
2020
- name: Upgrade upx

0 commit comments

Comments
 (0)