Skip to content

Commit adc78ec

Browse files
authored
Merge pull request #2666 from github/dependabot/github_actions/actions-5bf302830d
build(deps): bump actions/create-github-app-token from 1.11.0 to 1.11.1 in the actions group
2 parents 7876007 + d43af81 commit adc78ec

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)