From 3fb27897b93c2112c386c5655cee0af0b9f9f4af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 11:55:00 +0000 Subject: [PATCH] build(deps): bump JamesIves/github-pages-deploy-action Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.1.3 to 4.7.2. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/4.1.3...v4.7.2) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/js-port-v9.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/js-port-v9.yml b/.github/workflows/js-port-v9.yml index 92e0cb6ea..5bba7b00c 100644 --- a/.github/workflows/js-port-v9.yml +++ b/.github/workflows/js-port-v9.yml @@ -58,7 +58,7 @@ jobs: echo "::set-output name=VERSION_NAME::$(lib/lv_bindings/lvgl/scripts/find_version.sh)" id: version - name: Deploy - uses: JamesIves/github-pages-deploy-action@4.1.3 + uses: JamesIves/github-pages-deploy-action@v4.7.2 with: token: ${{ secrets.LVGL_BOT_TOKEN }} commit-message: ${{ env.GITHUB_SHA }}