diff --git a/.github/workflows/updateNodes.yml b/.github/workflows/updateNodes.yml index 4e72246..5c0776a 100644 --- a/.github/workflows/updateNodes.yml +++ b/.github/workflows/updateNodes.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token fetch-depth: 0 # otherwise, you will failed to push refs to dest repo