Skip to content

Commit 1ce01e6

Browse files
chore(deps): bump actions/create-github-app-token from 2.2.2 to 3.2.0
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.2.2 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@v2.2.2...bcd2ba4) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 78462b0 commit 1ce01e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106

107107
- name: Mint release-bot token
108108
id: release-bot
109-
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # pinned from v2
109+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # pinned from v3.2.0
110110
with:
111111
app-id: ${{ vars.RELEASE_BOT_APP_ID }}
112112
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
@@ -416,7 +416,7 @@ jobs:
416416
# Cloning and pushing the tap needs contents and nothing else.
417417
- name: Mint tap token
418418
id: tap-token
419-
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # pinned from v2
419+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # pinned from v3.2.0
420420
with:
421421
app-id: ${{ vars.RELEASE_BOT_APP_ID }}
422422
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)