Skip to content

Commit 0e52774

Browse files
authored
Merge pull request #3326 from github/dependabot/github_actions/dot-github/workflows/actions-minor-8ee81fe642
Bump actions/create-github-app-token from 2.1.4 to 2.2.0 in /.github/workflows in the actions-minor group across 1 directory
2 parents 62e9052 + 6feac2b commit 0e52774

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
token: "${{ secrets.GITHUB_TOKEN }}"
143143

144144
- name: Generate token
145-
uses: actions/create-github-app-token@v2.1.4
145+
uses: actions/create-github-app-token@v2.2.0
146146
id: app-token
147147
with:
148148
app-id: ${{ vars.AUTOMATION_APP_ID }}

.github/workflows/rollback-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
138138
- name: Generate token
139139
if: github.event_name == 'workflow_dispatch'
140-
uses: actions/create-github-app-token@v2.1.4
140+
uses: actions/create-github-app-token@v2.2.0
141141
id: app-token
142142
with:
143143
app-id: ${{ vars.AUTOMATION_APP_ID }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
pull-requests: write # needed to create pull request
9494
steps:
9595
- name: Generate token
96-
uses: actions/create-github-app-token@v2.1.4
96+
uses: actions/create-github-app-token@v2.2.0
9797
id: app-token
9898
with:
9999
app-id: ${{ vars.AUTOMATION_APP_ID }}

0 commit comments

Comments
 (0)