Skip to content

Commit 6c82952

Browse files
⬆️🩹 Update actions/create-github-app-token action to v3.2.0 (#1741)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ec2d166 commit 6c82952

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@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
25+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
2626
with:
2727
app-id: ${{ secrets.APP_ID }}
2828
private-key: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)