From 26e1e1d65d3efeae936b74746fe6fef3baa25108 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 11:05:37 +0000 Subject: [PATCH] build(deps): bump appleboy/scp-action from 0.1.7 to 1.0.0 Bumps [appleboy/scp-action](https://github.com/appleboy/scp-action) from 0.1.7 to 1.0.0. - [Release notes](https://github.com/appleboy/scp-action/releases) - [Changelog](https://github.com/appleboy/scp-action/blob/master/.goreleaser.yaml) - [Commits](https://github.com/appleboy/scp-action/compare/v0.1.7...v1.0.0) --- updated-dependencies: - dependency-name: appleboy/scp-action dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/book.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index e65d010..8c45bc5 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -51,7 +51,7 @@ jobs: - name: Deploy if: ${{ github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && github.ref == 'refs/heads/main') }} - uses: appleboy/scp-action@v0.1.7 + uses: appleboy/scp-action@v1.0.0 with: host: docs.espressif.com username: ${{ secrets.PRODUCTION_USERNAME }}