Skip to content

Commit be2a69f

Browse files
build(deps): bump electron/github-app-auth-action from 1.1.1 to 2.0.0 (#69)
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](electron/github-app-auth-action@384fd19...e14e477) --- 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
1 parent d4a5011 commit be2a69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: echo "BRANCH=$(git rev-parse --abbrev-ref HEAD)" >> "$GITHUB_OUTPUT"
2929

3030
- name: Generate GitHub App Token
31-
uses: electron/github-app-auth-action@384fd19694fe7b6dcc9a684746c6976ad78228ae # v1.1.1
31+
uses: electron/github-app-auth-action@e14e47722ed120360649d0789e25b9baece12725 # v2.0.0
3232
id: generate-token
3333
with:
3434
creds: ${{ secrets.GH_APP_CREDS }}

0 commit comments

Comments
 (0)