Skip to content

Commit 849a917

Browse files
Upgrade: [dependabot] - 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 7a9d053 commit 849a917

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v2
15+
uses: actions/create-github-app-token@v3
1616
with:
1717
app-id: ${{ secrets.AUTOMERGE_APP_ID }}
1818
private-key: ${{ secrets.AUTOMERGE_PEM }}

0 commit comments

Comments
 (0)