From f168155f1ae1a3d75c5ab2b8c240062ca5de0a48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 07:13:23 +0000 Subject: [PATCH] Bump the actions group with 2 updates Bumps the actions group with 2 updates: [carabiner-dev/actions/go/versions](https://github.com/carabiner-dev/actions) and [carabiner-dev/actions/install/bnd](https://github.com/carabiner-dev/actions). Updates `carabiner-dev/actions/go/versions` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/carabiner-dev/actions/releases) - [Commits](https://github.com/carabiner-dev/actions/compare/94f29392187fe5082d1195a7d4cae3a7ddf09d9c...174f1c83779af3d3d7e451b7ead7ba824d0d2aa9) Updates `carabiner-dev/actions/install/bnd` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/carabiner-dev/actions/releases) - [Commits](https://github.com/carabiner-dev/actions/compare/94f29392187fe5082d1195a7d4cae3a7ddf09d9c...174f1c83779af3d3d7e451b7ead7ba824d0d2aa9) --- updated-dependencies: - dependency-name: carabiner-dev/actions/go/versions dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: carabiner-dev/actions/install/bnd dependency-version: 1.2.2 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 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index d070d60..a2719a9 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@174f1c83779af3d3d7e451b7ead7ba824d0d2aa9 # v1.2.2 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@174f1c83779af3d3d7e451b7ead7ba824d0d2aa9 # v1.2.2 id: go-versions - name: Set up Go diff --git a/.github/workflows/golangci-lint.yaml b/.github/workflows/golangci-lint.yaml index b43ac98..633ca35 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@174f1c83779af3d3d7e451b7ead7ba824d0d2aa9 # v1.2.2 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..761c9f8 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@174f1c83779af3d3d7e451b7ead7ba824d0d2aa9 # v1.2.2 - name: Check out code uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0