From cf930c63bed6cdbbaedc8a1b103583212d65712d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 19:26:18 +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 ee12472..8ae0021 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: