summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-29 21:17:44 +0900
committerGitHub <noreply@github.com>2022-03-29 21:17:44 +0900
commit32847f7254a3df24f490f2aef1203dee6b5cb5a9 (patch)
treefab229c102b081933d4e2b0e918c4b495e117c52 /.github
parent71df93b534426285f3388d1c2bf4f180a1f6b0a3 (diff)
Bump actions/setup-go from 2.2.0 to 3 (#2776)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.2.0 to 3. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/bfdd3570ce990073878bf10f6b2d79082de49492...f6164bd8c8acb4a71fb2791a8b6c4024ff038dab) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux.yml2
-rw-r--r--.github/workflows/macos.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 4c1d30eb..74d57105 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -23,7 +23,7 @@ jobs:
fetch-depth: 0
- name: Set up Go
- uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2
+ uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2
with:
go-version: ${{ matrix.go }}
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 9f01ea33..b2281f8b 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -23,7 +23,7 @@ jobs:
fetch-depth: 0
- name: Set up Go
- uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2
+ uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2
with:
go-version: ${{ matrix.go }}