From 59c3e00a11765089478ce77be431ad2f8192d0ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 05:28:31 +0000 Subject: [PATCH] build(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) and [egor-tensin/setup-cygwin](https://github.com/egor-tensin/setup-cygwin). Updates `peaceiris/actions-gh-pages` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](https://github.com/peaceiris/actions-gh-pages/compare/4f9cc6602d3f66b9c108549d475ec49e8ef4d45e...84c30a85c19949d7eee79c4ff27748b70285e453) Updates `egor-tensin/setup-cygwin` from 4.0.1 to 4.0.2 - [Release notes](https://github.com/egor-tensin/setup-cygwin/releases) - [Commits](https://github.com/egor-tensin/setup-cygwin/compare/d2c752bab416d4b0662591bd366fc2686297c82d...fca9069f92361187d4abfaa5d8a7490e435d8349) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: egor-tensin/setup-cygwin dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-gh-pages.yml | 2 +- .github/workflows/win-install.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-gh-pages.yml b/.github/workflows/deploy-gh-pages.yml index c521d6d..9c07ad8 100644 --- a/.github/workflows/deploy-gh-pages.yml +++ b/.github/workflows/deploy-gh-pages.yml @@ -45,7 +45,7 @@ jobs: echo "tag_name=${TAG_NAME}" >> $GITHUB_OUTPUT echo "deploy_tag_name=deploy-${TAG_NAME}" >> $GITHUB_OUTPUT - name: 🚀 Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4 + uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4.1.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: gh-pages diff --git a/.github/workflows/win-install.yml b/.github/workflows/win-install.yml index 73d452a..790530c 100644 --- a/.github/workflows/win-install.yml +++ b/.github/workflows/win-install.yml @@ -43,7 +43,7 @@ jobs: git config --global --add safe.directory /cygdrive/d/a/src/src - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: 🪟 Dependencies (Windows) - uses: egor-tensin/setup-cygwin@d2c752bab416d4b0662591bd366fc2686297c82d # v4.0.1 + uses: egor-tensin/setup-cygwin@fca9069f92361187d4abfaa5d8a7490e435d8349 # v4.0.2 with: platform: x64 packages: curl git zsh