fix(self-update): upgrade checkout action to v4
This commit is contained in:
parent
defa915959
commit
2869aa2fed
1 changed files with 1 additions and 1 deletions
2
.github/workflows/self-update.yml
vendored
2
.github/workflows/self-update.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||
|
||||
- name: clone repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.GH_SELF_UPDATE_TOKEN }}
|
||||
fetch-depth: 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue