ci: update checkout action to v4
This commit is contained in:
parent
985d3ba428
commit
6066049d5f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-check.yaml
vendored
2
.github/workflows/update-check.yaml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@master
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.PERSONAL_TOKEN }}
|
||||
- name: Check Update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue