From 40ad0ef36a7362082b19c90ccff0c1ac281d478a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 21:01:45 +0000 Subject: [PATCH] Bump the actions group across 1 directory with 3 updates Bumps the actions group with 3 updates in the / directory: [carabiner-dev/actions/go/versions](https://github.com/carabiner-dev/actions), [carabiner-dev/actions/install/bnd](https://github.com/carabiner-dev/actions) and [kubernetes-sigs/release-actions/setup-tejolote](https://github.com/kubernetes-sigs/release-actions). Updates `carabiner-dev/actions/go/versions` from 1.2.3 to 1.2.9 - [Release notes](https://github.com/carabiner-dev/actions/releases) - [Commits](https://github.com/carabiner-dev/actions/compare/2a4b2cd115ede14629b03ef7e77586d3269d4c72...32587e82f960d49b36101e8c45d1956e511965d3) Updates `carabiner-dev/actions/install/bnd` from 1.2.3 to 1.2.9 - [Release notes](https://github.com/carabiner-dev/actions/releases) - [Commits](https://github.com/carabiner-dev/actions/compare/2a4b2cd115ede14629b03ef7e77586d3269d4c72...32587e82f960d49b36101e8c45d1956e511965d3) Updates `kubernetes-sigs/release-actions/setup-tejolote` from 0.4.4 to 0.4.5 - [Release notes](https://github.com/kubernetes-sigs/release-actions/releases) - [Changelog](https://github.com/kubernetes-sigs/release-actions/blob/main/RELEASE.md) - [Commits](https://github.com/kubernetes-sigs/release-actions/compare/c130b4494862d330a1aa4de320076c666d0708da...b5b8280a60e6e20607f77068011269b982c60971) --- updated-dependencies: - dependency-name: carabiner-dev/actions/go/versions dependency-version: 1.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: carabiner-dev/actions/install/bnd dependency-version: 1.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: kubernetes-sigs/release-actions/setup-tejolote dependency-version: 0.4.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/go-test.yml | 4 ++-- .github/workflows/golangci-lint.yaml | 2 +- .github/workflows/release.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index eaa2058..1217d24 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -26,7 +26,7 @@ jobs: with: persist-credentials: false - - uses: carabiner-dev/actions/go/versions@2a4b2cd115ede14629b03ef7e77586d3269d4c72 # v1.2.3 + - uses: carabiner-dev/actions/go/versions@32587e82f960d49b36101e8c45d1956e511965d3 # v1.2.9 id: go-versions unit-test: @@ -77,7 +77,7 @@ jobs: with: persist-credentials: false - - uses: carabiner-dev/actions/go/versions@2a4b2cd115ede14629b03ef7e77586d3269d4c72 # v1.2.3 + - uses: carabiner-dev/actions/go/versions@32587e82f960d49b36101e8c45d1956e511965d3 # v1.2.9 id: go-versions - name: Set up Go diff --git a/.github/workflows/golangci-lint.yaml b/.github/workflows/golangci-lint.yaml index 9a39fe8..0707657 100644 --- a/.github/workflows/golangci-lint.yaml +++ b/.github/workflows/golangci-lint.yaml @@ -24,7 +24,7 @@ jobs: with: persist-credentials: false - - uses: carabiner-dev/actions/go/versions@2a4b2cd115ede14629b03ef7e77586d3269d4c72 # v1.2.3 + - uses: carabiner-dev/actions/go/versions@32587e82f960d49b36101e8c45d1956e511965d3 # v1.2.9 id: go-versions - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8e1b3f5..70dc33f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,7 +22,7 @@ jobs: steps: - name: Setup bnd - uses: carabiner-dev/actions/install/bnd@2a4b2cd115ede14629b03ef7e77586d3269d4c72 # v1.2.3 + uses: carabiner-dev/actions/install/bnd@32587e82f960d49b36101e8c45d1956e511965d3 # v1.2.9 - name: Check out code uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 @@ -37,7 +37,7 @@ jobs: cache: false - name: Install tejolote - uses: kubernetes-sigs/release-actions/setup-tejolote@c130b4494862d330a1aa4de320076c666d0708da # v0.4.4 + uses: kubernetes-sigs/release-actions/setup-tejolote@b5b8280a60e6e20607f77068011269b982c60971 # v0.4.5 - name: Set tag output id: tag