From 0c2815ee8d71ad8633950d274db31d362988ad0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 13:18:40 +0200 Subject: [PATCH] chore(deps): bump JamesIves/github-pages-deploy-action from 3.7.1 to 4.4.3 (#4700) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/compile_docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile_docs.yml b/.github/workflows/compile_docs.yml index f11cd7991..db2d4d775 100644 --- a/.github/workflows/compile_docs.yml +++ b/.github/workflows/compile_docs.yml @@ -65,7 +65,7 @@ jobs: echo "::set-output name=VERSION_NAME::$(scripts/find_version.sh)" id: version - name: Deploy to subfolder - uses: JamesIves/github-pages-deploy-action@3.7.1 + uses: JamesIves/github-pages-deploy-action@v4.4.3 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ACCESS_TOKEN: ${{ secrets.LVGL_BOT_TOKEN }} @@ -79,7 +79,7 @@ jobs: SINGLE_COMMIT: true - name: Deploy to master if: github.ref == 'refs/heads/master' - uses: JamesIves/github-pages-deploy-action@3.7.1 + uses: JamesIves/github-pages-deploy-action@v4.4.3 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ACCESS_TOKEN: ${{ secrets.LVGL_BOT_TOKEN }}