From 7db8f11ad174e9a32a7adecb980a314d06070c9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 14:06:36 +0000 Subject: [PATCH] Bump actions/setup-go from 2.1.3 to 3.2.1 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.3 to 3.2.1. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v2.1.3...v3.2.1) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pullRequest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pullRequest.yml b/.github/workflows/pullRequest.yml index 471307b22..2861bda3d 100644 --- a/.github/workflows/pullRequest.yml +++ b/.github/workflows/pullRequest.yml @@ -7,7 +7,7 @@ jobs: continue-on-error: true steps: - name: Set up Go 1.14 - uses: actions/setup-go@v2.1.3 + uses: actions/setup-go@v3.2.1 with: go-version: 1.14 id: go