From 4d2a1943b111f2ea28fde83912a4a00b0ccb569a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 15:41:10 +0000 Subject: [PATCH] Bump sersoft-gmbh/setup-gh-cli-action from 2 to 3 Bumps [sersoft-gmbh/setup-gh-cli-action](https://github.com/sersoft-gmbh/setup-gh-cli-action) from 2 to 3. - [Release notes](https://github.com/sersoft-gmbh/setup-gh-cli-action/releases) - [Commits](https://github.com/sersoft-gmbh/setup-gh-cli-action/compare/v2...v3) --- updated-dependencies: - dependency-name: sersoft-gmbh/setup-gh-cli-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aadbc4c..6c5e33d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -100,7 +100,7 @@ jobs: esac - name: Install gh if: ${{ env.ACT == 'true' }} - uses: sersoft-gmbh/setup-gh-cli-action@v2 + uses: sersoft-gmbh/setup-gh-cli-action@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: