Skip to content

Commit 1ecfa4c

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

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/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
@@ -102,7 +102,7 @@ jobs:
102102
steps:
103103
- id: bot-token
104104
name: Get bot token
105-
uses: actions/create-github-app-token@v2.1.4
105+
uses: actions/create-github-app-token@v2.2.0
106106
with:
107107
app-id: ${{ secrets.BOT_APP_ID }}
108108
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
@@ -125,7 +125,7 @@ jobs:
125125
steps:
126126
- id: bot-token
127127
name: Get bot token
128-
uses: actions/create-github-app-token@v2.1.4
128+
uses: actions/create-github-app-token@v2.2.0
129129
with:
130130
app-id: ${{ secrets.BOT_APP_ID }}
131131
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
@@ -178,7 +178,7 @@ jobs:
178178
steps:
179179
- id: bot-token
180180
name: Get bot token
181-
uses: actions/create-github-app-token@v2.1.4
181+
uses: actions/create-github-app-token@v2.2.0
182182
with:
183183
app-id: ${{ secrets.BOT_APP_ID }}
184184
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
steps:
8989
- id: bot-token
9090
name: Get bot token
91-
uses: actions/create-github-app-token@v2.1.4
91+
uses: actions/create-github-app-token@v2.2.0
9292
with:
9393
app-id: ${{ secrets.BOT_APP_ID }}
9494
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)