Skip to content

Commit 5594e77

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): Bump actions/create-github-app-token
Bumps the github-actions-dependencies group with 1 update in the / directory: [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `actions/create-github-app-token` from 2.2.1 to 3.0.0 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@29824e6...f8d387b) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 12013ec commit 5594e77

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
.github/actions/**/action.yml
3636
.github/workflows/sync-docs-dispatcher.yml
3737
38-
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
38+
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
3939
id: generate-token
4040
with:
4141
app-id: ${{ vars.CI_BOT_APP_ID }}

.github/workflows/sync-docs-dispatcher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
persist-credentials: false
4040

41-
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
41+
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
4242
id: generate-token
4343
with:
4444
app-id: ${{ inputs.github-app-id }}

.github/workflows/sync-docs-receiver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
with:
8888
github-token: ${{ secrets.GITHUB_TOKEN }}
8989

90-
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
90+
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
9191
id: generate_token
9292
with:
9393
app-id: ${{ vars.CI_BOT_APP_ID }}

0 commit comments

Comments
 (0)