From bc80e045f3c56b199c959307efe62f7d6d18be22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 18:10:04 +0000 Subject: [PATCH 1/2] Bump actions/setup-go from 4 to 5 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-test.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 1451e54..00fe88f 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -40,7 +40,7 @@ jobs: NEW_GO_VERSION=$(cat .github/workflows/build-and-test.yml | grep '^ go_version:' | awk '{ print $2 }' | tr -d '"') echo "go_version=$NEW_GO_VERSION" >> $GITHUB_ENV - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: ${{ env.go_version }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a750d8d..5381e94 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: # Get the full history as this is required by goreleaser fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: ${{ env.go_version }} - name: Setup python From 991ec4f5ba061d1fa74aeb699c905dbb0dc65ad1 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Wed, 6 Dec 2023 18:10:33 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20231206181033.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231206181033.bugfix diff --git a/changes/20231206181033.bugfix b/changes/20231206181033.bugfix new file mode 100644 index 0000000..f8339b2 --- /dev/null +++ b/changes/20231206181033.bugfix @@ -0,0 +1 @@ +Dependency upgrade: setup-go-5