diff --git a/.github/workflows/update-source.yml b/.github/workflows/update-source.yml index 69938c2..98701da 100644 --- a/.github/workflows/update-source.yml +++ b/.github/workflows/update-source.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout source repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: shplash/shplash-repo token: ${{ secrets.SOURCE_REPO_TOKEN }}