From 03e6baebf3d51dd5b383e6eb1387b250578c6ef2 Mon Sep 17 00:00:00 2001 From: Sean Davis Date: Tue, 10 May 2022 11:56:51 -0600 Subject: [PATCH] Update basic_checks.yaml --- .github/workflows/basic_checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/basic_checks.yaml b/.github/workflows/basic_checks.yaml index 4a39144..4967718 100644 --- a/.github/workflows/basic_checks.yaml +++ b/.github/workflows/basic_checks.yaml @@ -65,7 +65,7 @@ jobs: apt-get -y install rsync - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@releases/v3 + uses: JamesIves/github-pages-deploy-action@releases/v4 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages # The branch the action should deploy to.