Skip to content

Commit dcdd8ae

Browse files
Upgrade: [dependabot] - bump actions/create-github-app-token from 1 to 2
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1 to 2. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v1...v2) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 062bc21 commit dcdd8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot_auto_approve_and_merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Get token from Github App
1414
id: get_app_token
15-
uses: actions/create-github-app-token@v1
15+
uses: actions/create-github-app-token@v2
1616
with:
1717
app-id: ${{ secrets.AUTOMERGE_APP_ID }}
1818
private-key: ${{ secrets.AUTOMERGE_PEM }}

0 commit comments

Comments
 (0)