Skip to content

Commit 49cbd83

Browse files
[agent] chore(deps): update actions/create-github-app-token action
Co-authored-by: Romuald Lemesle <romuald.lemesle@filigran.io>
1 parent edbfca6 commit 49cbd83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/openaev-validate-pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: "Generate a token"
1313
id: generate-token
1414
if: github.event.pull_request.head.repo.full_name == github.repository
15-
uses: actions/create-github-app-token@v2
15+
uses: actions/create-github-app-token@v3
1616
with:
1717
app-id: ${{ secrets.OPENAEV_PR_CHECKS_APP_ID }}
1818
private-key: ${{ secrets.OPENAEV_PR_CHECKS_PRIVATE_KEY }}

0 commit comments

Comments
 (0)