Skip to content

Commit cd583be

Browse files
Bump actions/create-github-app-token from 3.1.1 to 3.2.0 (#91)
Bumps [actions/create-github-app-token](https://github.com/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@v3.1.1...v3.2.0) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9c10e08 commit cd583be

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write
1515
steps:
1616
- name: Create app token
17-
uses: actions/create-github-app-token@v3.1.1
17+
uses: actions/create-github-app-token@v3.2.0
1818
id: app-token
1919
with:
2020
app-id: ${{ vars.THEOPLAYER_BOT_APP_ID }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id-token: write
2222
steps:
2323
- name: Create app token
24-
uses: actions/create-github-app-token@v3.1.1
24+
uses: actions/create-github-app-token@v3.2.0
2525
id: app-token
2626
with:
2727
app-id: ${{ vars.THEOPLAYER_BOT_APP_ID }}

.github/workflows/update-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
contents: write
2222
steps:
2323
- name: Create app token
24-
uses: actions/create-github-app-token@v3.1.1
24+
uses: actions/create-github-app-token@v3.2.0
2525
id: app-token
2626
with:
2727
app-id: ${{ vars.THEOPLAYER_BOT_APP_ID }}

0 commit comments

Comments
 (0)