Skip to content

Commit d1dd73c

Browse files
ci(deps): Bump actions/create-github-app-token from 2.1.4 to 2.2.0 (#35)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d269af9 commit d1dd73c

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/add-to-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: hmarr/[email protected]
3434
- id: bot-token
3535
name: Get bot token
36-
uses: actions/create-github-app-token@v2.1.4
36+
uses: actions/create-github-app-token@v2.2.0
3737
with:
3838
app-id: ${{ secrets.BOT_APP_ID }}
3939
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: hmarr/[email protected]
3636
- id: bot-token
3737
name: Get bot token
38-
uses: actions/create-github-app-token@v2.1.4
38+
uses: actions/create-github-app-token@v2.2.0
3939
with:
4040
app-id: ${{ secrets.BOT_APP_ID }}
4141
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

.github/workflows/auto-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: hmarr/[email protected]
4444
- id: bot-token
4545
name: Get bot token
46-
uses: actions/create-github-app-token@v2.1.4
46+
uses: actions/create-github-app-token@v2.2.0
4747
with:
4848
app-id: ${{ secrets.BOT_APP_ID }}
4949
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

.github/workflows/dependabot-dedupe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: hmarr/[email protected]
4141
- id: bot-token
4242
name: Get bot token
43-
uses: actions/create-github-app-token@v2.1.4
43+
uses: actions/create-github-app-token@v2.2.0
4444
with:
4545
app-id: ${{ secrets.BOT_APP_ID }}
4646
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

.github/workflows/infrastructure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: hmarr/[email protected]
4646
- id: bot-token
4747
name: Get bot token
48-
uses: actions/create-github-app-token@v2.1.4
48+
uses: actions/create-github-app-token@v2.2.0
4949
with:
5050
app-id: ${{ secrets.BOT_APP_ID }}
5151
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

.github/workflows/release-chore.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
steps:
113113
- id: bot-token
114114
name: Get bot token
115-
uses: actions/create-github-app-token@v2.1.4
115+
uses: actions/create-github-app-token@v2.2.0
116116
with:
117117
app-id: ${{ secrets.BOT_APP_ID }}
118118
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
@@ -135,7 +135,7 @@ jobs:
135135
steps:
136136
- id: bot-token
137137
name: Get bot token
138-
uses: actions/create-github-app-token@v2.1.4
138+
uses: actions/create-github-app-token@v2.2.0
139139
with:
140140
app-id: ${{ secrets.BOT_APP_ID }}
141141
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
@@ -190,7 +190,7 @@ jobs:
190190
steps:
191191
- id: bot-token
192192
name: Get bot token
193-
uses: actions/create-github-app-token@v2.1.4
193+
uses: actions/create-github-app-token@v2.2.0
194194
with:
195195
app-id: ${{ secrets.BOT_APP_ID }}
196196
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)