Skip to content

Commit 9e9208e

Browse files
chore(deps): update actions/create-github-app-token action to v2.2.0
1 parent 40be1dd commit 9e9208e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-plz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
egress-policy: audit
2323

2424
- id: generate-token
25-
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
25+
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
2626
with:
2727
app-id: ${{ vars.APP_ID }}
2828
private-key: ${{ secrets.APP_PRIVATE_KEY }}
@@ -64,7 +64,7 @@ jobs:
6464
egress-policy: audit
6565

6666
- id: generate-token
67-
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
67+
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
6868
with:
6969
app-id: ${{ vars.APP_ID }}
7070
private-key: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)