Skip to content

Commit 24ca78f

Browse files
ci(deps): Bump actions/create-github-app-token from 2.1.1 to 2.1.4
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.1.1 to 2.1.4. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v2.1.1...v2.1.4) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 2.1.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 025c3d4 commit 24ca78f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: hmarr/[email protected]
3535
- id: bot-token
3636
name: Get bot token
37-
uses: actions/[email protected].1
37+
uses: actions/[email protected].4
3838
with:
3939
app-id: ${{ secrets.BOT_APP_ID }}
4040
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/[email protected].1
38+
uses: actions/[email protected].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/[email protected].1
46+
uses: actions/[email protected].4
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/[email protected].1
43+
uses: actions/[email protected].4
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/[email protected].1
48+
uses: actions/[email protected].4
4949
with:
5050
app-id: ${{ secrets.BOT_APP_ID }}
5151
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)