Skip to content

Commit 43638a9

Browse files
Merge pull request #49 from pepabo/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 35e079a + 0e48304 commit 43638a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tagpr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Generate token
1717
id: generate_token
18-
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
18+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
1919
with:
2020
client-id: ${{ secrets.PR_MAKER_APP_ID }}
2121
private-key: ${{ secrets.PR_MAKER_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)