From 14aa4586f7690ce8bd1a9265e9974eea36524b59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 07:16:06 +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.1 to 1.2.3 - [Release notes](https://github.com/carabiner-dev/actions/releases) - [Commits](https://github.com/carabiner-dev/actions/compare/94f29392187fe5082d1195a7d4cae3a7ddf09d9c...2a4b2cd115ede14629b03ef7e77586d3269d4c72) Updates `carabiner-dev/actions/install/bnd` from 1.2.1 to 1.2.3 - [Release notes](https://github.com/carabiner-dev/actions/releases) - [Commits](https://github.com/carabiner-dev/actions/compare/94f29392187fe5082d1195a7d4cae3a7ddf09d9c...2a4b2cd115ede14629b03ef7e77586d3269d4c72) Updates `kubernetes-sigs/release-actions/setup-tejolote` from 0.4.3 to 0.4.4 - [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/8753ea6bdadb814d779c6ec34eaca689dbfb492b...c130b4494862d330a1aa4de320076c666d0708da) --- updated-dependencies: - dependency-name: carabiner-dev/actions/go/versions dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: carabiner-dev/actions/install/bnd dependency-version: 1.2.3 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.4 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 d070d60..a8943ff 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@94f29392187fe5082d1195a7d4cae3a7ddf09d9c # v1.2.1 + - uses: carabiner-dev/actions/go/versions@2a4b2cd115ede14629b03ef7e77586d3269d4c72 # v1.2.3 id: go-versions unit-test: @@ -77,7 +77,7 @@ jobs: with: persist-credentials: false - - uses: carabiner-dev/actions/go/versions@94f29392187fe5082d1195a7d4cae3a7ddf09d9c # v1.2.1 + - uses: carabiner-dev/actions/go/versions@2a4b2cd115ede14629b03ef7e77586d3269d4c72 # v1.2.3 id: go-versions - name: Set up Go diff --git a/.github/workflows/golangci-lint.yaml b/.github/workflows/golangci-lint.yaml index b43ac98..90ab031 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@94f29392187fe5082d1195a7d4cae3a7ddf09d9c # v1.2.1 + - uses: carabiner-dev/actions/go/versions@2a4b2cd115ede14629b03ef7e77586d3269d4c72 # v1.2.3 id: go-versions - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a958fb1..d851658 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@94f29392187fe5082d1195a7d4cae3a7ddf09d9c # v1.2.1 + uses: carabiner-dev/actions/install/bnd@2a4b2cd115ede14629b03ef7e77586d3269d4c72 # v1.2.3 - name: Check out code uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 @@ -37,7 +37,7 @@ jobs: cache: false - name: Install tejolote - uses: kubernetes-sigs/release-actions/setup-tejolote@8753ea6bdadb814d779c6ec34eaca689dbfb492b # v0.4.3 + uses: kubernetes-sigs/release-actions/setup-tejolote@c130b4494862d330a1aa4de320076c666d0708da # v0.4.4 - name: Set tag output id: tag