mirror of
https://github.com/ipxe/ipxe
synced 2026-07-02 20:10:19 +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
|
- name: Get token
|
||||||
id: token
|
id: token
|
||||||
uses: actions/create-github-app-token@v2
|
uses: actions/create-github-app-token@v3
|
||||||
with:
|
with:
|
||||||
app-id: ${{ vars.WORKFLOW_DISPATCHER_ID }}
|
client-id: ${{ vars.WORKFLOW_DISPATCHER_ID }}
|
||||||
private-key: ${{ secrets.WORKFLOW_DISPATCHER_KEY }}
|
private-key: ${{ secrets.WORKFLOW_DISPATCHER_KEY }}
|
||||||
owner: ${{ vars.PAGES_REPO_OWNER }}
|
owner: ${{ vars.PAGES_REPO_OWNER }}
|
||||||
repositories: ${{ vars.PAGES_REPO_NAME }}
|
repositories: ${{ vars.PAGES_REPO_NAME }}
|
||||||
|
|||||||
Reference in New Issue
Block a user