From 1a6b09afb420bea9c2a8809fe56dde8d61de8851 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 00:45:59 +0000 Subject: [PATCH] Bump actions/setup-go from 2 to 3 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e-azure.yaml | 2 +- .github/workflows/scan.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-azure.yaml b/.github/workflows/e2e-azure.yaml index 3c3f2dba..d7a595e8 100644 --- a/.github/workflows/e2e-azure.yaml +++ b/.github/workflows/e2e-azure.yaml @@ -24,7 +24,7 @@ jobs: restore-keys: | ${{ runner.os }}-go1.18- - name: Setup Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: 1.19.x - name: Install libgit2 diff --git a/.github/workflows/scan.yaml b/.github/workflows/scan.yaml index fc977084..3156d81c 100644 --- a/.github/workflows/scan.yaml +++ b/.github/workflows/scan.yaml @@ -58,7 +58,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: 1.19.x - name: Initialize CodeQL