diff --git a/.github/workflows/setup-from-template.yml b/.github/workflows/setup-from-template.yml index 6e50413..19dcbfc 100644 --- a/.github/workflows/setup-from-template.yml +++ b/.github/workflows/setup-from-template.yml @@ -18,7 +18,7 @@ jobs: # Only run if this is NOT the template repo itself if: github.repository != 'DazzleTools/git-repokit-template' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: token: ${{ secrets.GITHUB_TOKEN }}