From 04a7f15e682a620cb03c61f630da52a289aa3f18 Mon Sep 17 00:00:00 2001 From: freearhey Date: Sat, 17 Apr 2021 03:47:33 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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