Skip to content

Commit 803f7d8

Browse files
[github-actions] Bump actions/create-github-app-token from 2 to 3
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2 to 3. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v2...v3) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 65dedc2 commit 803f7d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/automerge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- name: Create GitHub App Token
3030
id: app-token
31-
uses: actions/create-github-app-token@v2
31+
uses: actions/create-github-app-token@v3
3232
with:
3333
app-id: ${{ secrets.APP_ID }}
3434
private-key: ${{ secrets.APP_KEY }}

0 commit comments

Comments
 (0)