From 8862912857c0d61942d299854e9c6bbb9223de81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 17:24:10 +0000 Subject: [PATCH] chore: bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/setup-go](https://github.com/actions/setup-go) and [google-github-actions/release-please-action](https://github.com/google-github-actions/release-please-action). Updates `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) Updates `google-github-actions/release-please-action` from 4.0.0 to 4.0.1 - [Release notes](https://github.com/google-github-actions/release-please-action/releases) - [Changelog](https://github.com/google-github-actions/release-please-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/release-please-action/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: google-github-actions/release-please-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b0193eb4b..f68859a67 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: go-version-file: go.mod - name: Run tests diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dc22a73ed..4d0db5f34 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: return JSON.stringify(changelogTypes) - name: release please - uses: google-github-actions/release-please-action@v4.0.0 + uses: google-github-actions/release-please-action@v4.0.1 id: release with: release-type: simple @@ -38,7 +38,7 @@ jobs: fetch-depth: 0 if: ${{ steps.release.outputs.release_created }} - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: go-version-file: go.mod if: ${{ steps.release.outputs.release_created }}