diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 4c3e91715f..7a433e5fcf 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -31,7 +31,7 @@ jobs: - name: Generate Playlists run: node scripts/generate.js - name: Deploy to GitHub Pages - uses: JamesIves/github-pages-deploy-action@master + uses: JamesIves/github-pages-deploy-action@4.1.1 env: ACCESS_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }} BASE_BRANCH: master