From 11b2352b1a087db362ac1aaa8bc4bcd2dd43b8cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 23:35:17 +0000 Subject: [PATCH] build(deps): bump electron/github-app-auth-action from 1.1.1 to 2.0.0 Bumps [electron/github-app-auth-action](https://github.com/electron/github-app-auth-action) from 1.1.1 to 2.0.0. - [Release notes](https://github.com/electron/github-app-auth-action/releases) - [Commits](https://github.com/electron/github-app-auth-action/compare/384fd19694fe7b6dcc9a684746c6976ad78228ae...e14e47722ed120360649d0789e25b9baece12725) --- updated-dependencies: - dependency-name: electron/github-app-auth-action dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 0b0a565..4f88869 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -28,7 +28,7 @@ jobs: run: echo "BRANCH=$(git rev-parse --abbrev-ref HEAD)" >> "$GITHUB_OUTPUT" - name: Generate GitHub App Token - uses: electron/github-app-auth-action@384fd19694fe7b6dcc9a684746c6976ad78228ae # v1.1.1 + uses: electron/github-app-auth-action@e14e47722ed120360649d0789e25b9baece12725 # v2.0.0 id: generate-token with: creds: ${{ secrets.GH_APP_CREDS }}