Skip to content

Commit 5567d00

Browse files
chore: bump actions/create-github-app-token from 3.1.1 to 3.2.0 in the minor-updates group (#499)
chore: bump actions/create-github-app-token in the minor-updates group Bumps the minor-updates group with 1 update: [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `actions/create-github-app-token` from 3.1.1 to 3.2.0 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md) - [Commits](actions/create-github-app-token@1b10c78...bcd2ba4) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9885830 commit 5567d00

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/bump-version.yml

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

1313
name: "Bump version and create changelog with commitizen"
1414
steps:
15-
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
15+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
1616
id: app-token
1717
with:
1818
app-id: ${{ vars.ELEMENTSINTERACTIVE_BOT_APP_ID }}

.github/workflows/preview-bump-version.yml

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

1313
name: "Preview next version"
1414
steps:
15-
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
15+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
1616
id: app-token
1717
with:
1818
app-id: ${{ vars.ELEMENTSINTERACTIVE_BOT_APP_ID }}

.github/workflows/weekly_download.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: npm
1818
- name: dockerhub
1919
steps:
20-
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
20+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
2121
id: app-token
2222
with:
2323
app-id: ${{ vars.ELEMENTSINTERACTIVE_BOT_APP_ID }}

0 commit comments

Comments
 (0)