Skip to content

Commit 88c149b

Browse files
chore(deps): update actions/create-github-app-token action to v3.2.0 (#1604)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 59f5742 commit 88c149b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Generate a token
2222
id: generate-token
23-
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
23+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
2424
with:
2525
client-id: ${{ secrets.PUSH_O_MATIC_APP_CLIENT_ID }}
2626
private-key: ${{ secrets.PUSH_O_MATIC_APP_KEY }}

actions/create-workflow-token/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
- name: Generate a token
2020
id: app-token
2121
continue-on-error: true
22-
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
22+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
2323
with:
2424
client-id: ${{ inputs.client-id }}
2525
private-key: ${{ inputs.private-key }}

0 commit comments

Comments
 (0)