From 397d28b3fc57a3e9d8cbaae5355754642fdd8ec9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 10:25:56 +0000 Subject: [PATCH] build(deps): 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 [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-go` from 5 to 6 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v5...v6) Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/catalog.yml | 2 +- .github/workflows/self-scan.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/catalog.yml b/.github/workflows/catalog.yml index c7aece6..2d8099c 100644 --- a/.github/workflows/catalog.yml +++ b/.github/workflows/catalog.yml @@ -30,7 +30,7 @@ jobs: with: go-version: "1.26" - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: "3.x" diff --git a/.github/workflows/self-scan.yml b/.github/workflows/self-scan.yml index b343162..6448676 100644 --- a/.github/workflows/self-scan.yml +++ b/.github/workflows/self-scan.yml @@ -97,7 +97,7 @@ jobs: - uses: actions/checkout@v6 with: fetch-depth: 0 # tags, so `git describe` resolves the release version - - uses: actions/setup-go@v5 + - uses: actions/setup-go@v6 with: go-version: "1.26" - name: Build bumper from source