From b1770a2b1bc6827f6ea11de7cda7fad80e96900e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 15:12:08 +0000 Subject: [PATCH] build(deps): bump dovecot/rsync-deployments from 2.0.3 to 2.0.4 Bumps [dovecot/rsync-deployments](https://github.com/dovecot/rsync-deployments) from 2.0.3 to 2.0.4. - [Commits](https://github.com/dovecot/rsync-deployments/compare/v2.0.3...v2.0.4) --- updated-dependencies: - dependency-name: dovecot/rsync-deployments dependency-version: 2.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/2_3.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/2_3.yml b/.github/workflows/2_3.yml index dd6c79985..d36344c85 100644 --- a/.github/workflows/2_3.yml +++ b/.github/workflows/2_3.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v7 - uses: dovecot/dovecot-sphinx-action@0.11 - - uses: dovecot/rsync-deployments@v2.0.3 + - uses: dovecot/rsync-deployments@v2.0.4 with: FLAGS: -azr --delete HOST: doc.dovecot.org diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 77051c5c9..efdacd046 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,7 +39,7 @@ jobs: done mv tars/* .vitepress/dist/ - name: Deploy to doc.dovecot.org - uses: dovecot/rsync-deployments@v2.0.3 + uses: dovecot/rsync-deployments@v2.0.4 with: FLAGS: -azr --delete HOST: doc.dovecot.org