Skip to content

Commit 982015b

Browse files
chore(deps): update actions/create-github-app-token action to v3.2.0 (#77)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9a57b72 commit 982015b

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
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- name: Generate GitHub App Token
1313
id: generate-token
14-
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
14+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
1515
with:
1616
app-id: ${{ secrets.UNICODE_UPDATE_APP_ID }}
1717
private-key: ${{ secrets.UNICODE_UPDATE_PRIVATE_KEY }}

.github/workflows/update_unicode_data.yml

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

2525
- name: Generate GitHub App token
2626
id: generate-token
27-
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
27+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
2828
with:
2929
app-id: ${{ secrets.UNICODE_UPDATE_APP_ID }}
3030
private-key: ${{ secrets.UNICODE_UPDATE_PRIVATE_KEY }}

0 commit comments

Comments
 (0)