From 904876b6af3780fbf9c74ca715060aa7049575db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 04:47:34 +0000 Subject: [PATCH] build(deps): bump electron/github-app-auth-action from 2.0.0 to 2.1.0 Bumps [electron/github-app-auth-action](https://github.com/electron/github-app-auth-action) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/electron/github-app-auth-action/releases) - [Commits](https://github.com/electron/github-app-auth-action/compare/e14e47722ed120360649d0789e25b9baece12725...5f70a3726af01b612f29aac96d05aa524389c9e9) --- updated-dependencies: - dependency-name: electron/github-app-auth-action dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/add-to-project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index 677d49a..de8b4b3 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Generate GitHub App token - uses: electron/github-app-auth-action@e14e47722ed120360649d0789e25b9baece12725 # v2.0.0 + uses: electron/github-app-auth-action@5f70a3726af01b612f29aac96d05aa524389c9e9 # v2.1.0 id: generate-token with: creds: ${{ secrets.ECOSYSTEM_ISSUE_TRIAGE_GH_APP_CREDS }}