diff --git a/.github/workflows/template_sync.yml b/.github/workflows/template_sync.yml index 3c52684..8c071bd 100644 --- a/.github/workflows/template_sync.yml +++ b/.github/workflows/template_sync.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: token: ${{ secrets.GITHUB_TOKEN }} persist-credentials: false