Skip to content

Commit da7e7f3

Browse files
chore(deps): bump actions/create-github-app-token in the release group
Bumps the release group with 1 update: [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `actions/create-github-app-token` from 2 to 3 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v2...v3) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: release ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6cf6c4a commit da7e7f3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/gptchangelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ jobs:
252252

253253
steps:
254254
- name: Create GitHub App Token
255-
uses: actions/create-github-app-token@v2
255+
uses: actions/create-github-app-token@v3
256256
id: app-token
257257
with:
258258
app-id: ${{ secrets.LERIAN_STUDIO_MIDAZ_PUSH_BOT_APP_ID }}

.github/workflows/helm-update-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
steps:
101101
- name: Generate GitHub App Token
102102
id: app-token
103-
uses: actions/create-github-app-token@v2
103+
uses: actions/create-github-app-token@v3
104104
with:
105105
app-id: ${{ secrets.APP_ID }}
106106
private-key: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/release-notification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
115115
steps:
116116
- name: Create GitHub App token
117-
uses: actions/create-github-app-token@v2
117+
uses: actions/create-github-app-token@v3
118118
id: app-token
119119
with:
120120
app-id: ${{ secrets.APP_ID }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
gpg_fingerprint: ${{ steps.import_gpg.outputs.fingerprint }}
104104

105105
steps:
106-
- uses: actions/create-github-app-token@v2
106+
- uses: actions/create-github-app-token@v3
107107
id: app-token
108108
with:
109109
app-id: ${{ secrets.LERIAN_STUDIO_MIDAZ_PUSH_BOT_APP_ID }}

.github/workflows/typescript-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
gpg_fingerprint: ${{ steps.import_gpg.outputs.fingerprint }}
115115

116116
steps:
117-
- uses: actions/create-github-app-token@v2
117+
- uses: actions/create-github-app-token@v3
118118
id: app-token
119119
with:
120120
app-id: ${{ secrets.LERIAN_STUDIO_MIDAZ_PUSH_BOT_APP_ID }}

0 commit comments

Comments
 (0)