[ci] Update action versions to silence GitHub warnings

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2026-05-21 16:13:28 +01:00
parent fa473fd138
commit 56a4f695d6
+2 -2
View File
@@ -550,9 +550,9 @@ jobs:
- name: Get token
id: token
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@v3
with:
app-id: ${{ vars.WORKFLOW_DISPATCHER_ID }}
client-id: ${{ vars.WORKFLOW_DISPATCHER_ID }}
private-key: ${{ secrets.WORKFLOW_DISPATCHER_KEY }}
owner: ${{ vars.PAGES_REPO_OWNER }}
repositories: ${{ vars.PAGES_REPO_NAME }}