ci: switch to actions/checkout@v4
This commit is contained in:
parent
19f39c3b1b
commit
2a849a4c35
4 changed files with 4 additions and 4 deletions
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
timeout-minutes: 40
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue