Skip to content

Commit 9be4617

Browse files
authored
Merge pull request #121 from robinhundt/dependabot/github_actions/actions/create-github-app-token-3.2.0
build(deps): bump actions/create-github-app-token from 3.1.1 to 3.2.0
2 parents b53f22d + 5ba0be5 commit 9be4617

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-plz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# Generating a GitHub token, so that PRs and tags created by
3131
# the release-plz-action can trigger actions workflows.
3232
- name: Generate GitHub token
33-
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
33+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
3434
id: generate-token
3535
with:
3636
client-id: ${{ secrets.RELEASE_APP_CLIENT_ID }}
@@ -64,7 +64,7 @@ jobs:
6464
uses: ./.github/actions/setup
6565

6666
- name: Generate GitHub token
67-
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
67+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
6868
id: generate-token
6969
with:
7070
client-id: ${{ secrets.RELEASE_APP_CLIENT_ID }}

0 commit comments

Comments
 (0)