Skip to content

Commit 8b7acf9

Browse files
⬆️👨‍💻 Update actions/create-github-app-token action to v3 (#1576)
1 parent 9a96f4d commit 8b7acf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/templating.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
JSON_CONTENT=$(cat .github/workflow_inputs/release_drafter_categories.json | jq -c .)
2323
echo "release_drafter_categories=$JSON_CONTENT" >> $GITHUB_OUTPUT
2424
- id: create-token
25-
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
25+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
2626
with:
2727
app-id: ${{ secrets.APP_ID }}
2828
private-key: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)