mirror of
https://github.com/ipxe/ipxe
synced 2026-06-29 00:07:28 +03:00
[ci] Update action versions to silence GitHub warnings
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user