Update actions/checkout action to v6
This commit is contained in:
parent
8cec76db7f
commit
32eb851fc4
2 changed files with 4 additions and 4 deletions
2
.github/workflows/update-check.yaml
vendored
2
.github/workflows/update-check.yaml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
token: ${{ secrets.PERSONAL_TOKEN }}
|
||||
- name: Install dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue