Skip to content

Commit d43af81

Browse files
build(deps): bump actions/create-github-app-token in the actions group
Bumps the actions group with 1 update: [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `actions/create-github-app-token` from 1.11.0 to 1.11.1 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@5d869da...c1a2851) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7876007 commit d43af81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/post-release-mergeback.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
--draft
165165
166166
- name: Generate token
167-
uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69
167+
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755
168168
id: app-token
169169
with:
170170
app-id: ${{ vars.AUTOMATION_APP_ID }}

.github/workflows/update-release-branch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
TARGET_BRANCH: ${{ matrix.target_branch }}
117117
steps:
118118
- name: Generate token
119-
uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69
119+
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755
120120
id: app-token
121121
with:
122122
app-id: ${{ vars.AUTOMATION_APP_ID }}

0 commit comments

Comments
 (0)