Skip to content

Commit a8f5935

Browse files
authored
Merge pull request #2749 from github/dependabot/github_actions/actions-29d379cebb
build(deps): bump actions/create-github-app-token from 1.11.1 to 1.11.2 in the actions group
2 parents 0701025 + e456c53 commit a8f5935

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
@@ -168,7 +168,7 @@ jobs:
168168
--draft
169169
170170
- name: Generate token
171-
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755
171+
uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514
172172
id: app-token
173173
with:
174174
app-id: ${{ vars.AUTOMATION_APP_ID }}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
pull-requests: write # needed to create pull request
125125
steps:
126126
- name: Generate token
127-
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755
127+
uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514
128128
id: app-token
129129
with:
130130
app-id: ${{ vars.AUTOMATION_APP_ID }}

0 commit comments

Comments
 (0)