Skip to content

Commit 438d82b

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

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.0.6
36+
uses: actions/create-github-app-token@v2.1.4
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.0.6
38+
uses: actions/create-github-app-token@v2.1.4
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.0.6
46+
uses: actions/create-github-app-token@v2.1.4
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.0.6
48+
uses: actions/create-github-app-token@v2.1.4
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.0.6
105+
uses: actions/create-github-app-token@v2.1.4
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.0.6
128+
uses: actions/create-github-app-token@v2.1.4
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.0.6
181+
uses: actions/create-github-app-token@v2.1.4
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.0.6
91+
uses: actions/create-github-app-token@v2.1.4
9292
with:
9393
app-id: ${{ secrets.BOT_APP_ID }}
9494
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)