fix(self-update): upgrade checkout action to v4

This commit is contained in:
guylamar2006 2025-07-02 12:27:04 -05:00 committed by GitHub
commit 2869aa2fed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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