From b20536b0606e1c281780eaa4d62eaea80511661e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 15:49:39 +0000 Subject: [PATCH] Bump burnett01/rsync-deployments from 7.0.2 to 7.1.0 Bumps [burnett01/rsync-deployments](https://github.com/burnett01/rsync-deployments) from 7.0.2 to 7.1.0. - [Release notes](https://github.com/burnett01/rsync-deployments/releases) - [Commits](https://github.com/burnett01/rsync-deployments/compare/3cccb6851148e6198ed9ed89eb0d1c17b5e58cc7...33214bd98ba4ac2be90f5976672b3f030fce9ce4) --- updated-dependencies: - dependency-name: burnett01/rsync-deployments dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/on_push_to_master_test_and_deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/on_push_to_master_test_and_deploy.yaml b/.github/workflows/on_push_to_master_test_and_deploy.yaml index 4bb75bc4..3ca2abd7 100644 --- a/.github/workflows/on_push_to_master_test_and_deploy.yaml +++ b/.github/workflows/on_push_to_master_test_and_deploy.yaml @@ -65,7 +65,7 @@ jobs: # Sync the files - name: Sync the site over - uses: burnett01/rsync-deployments@3cccb6851148e6198ed9ed89eb0d1c17b5e58cc7 # v7.0.2 + uses: burnett01/rsync-deployments@33214bd98ba4ac2be90f5976672b3f030fce9ce4 # v7.1.0 with: switches: -a path: _site/ @@ -110,7 +110,7 @@ jobs: - name: Copy over the netlify-cms-oauth-provider-php files if: steps.filter.outputs.any_changed == 'true' - uses: burnett01/rsync-deployments@3cccb6851148e6198ed9ed89eb0d1c17b5e58cc7 # v7.0.2 + uses: burnett01/rsync-deployments@33214bd98ba4ac2be90f5976672b3f030fce9ce4 # v7.1.0 with: switches: -a path: netlify-cms-oauth-provider-php/ @@ -132,7 +132,7 @@ jobs: - name: Copy over the oauth environment file if: steps.filter.outputs.any_changed == 'true' - uses: burnett01/rsync-deployments@3cccb6851148e6198ed9ed89eb0d1c17b5e58cc7 # v7.0.2 + uses: burnett01/rsync-deployments@33214bd98ba4ac2be90f5976672b3f030fce9ce4 # v7.1.0 with: switches: -a path: netlify-cms-oauth-provider-php/.env.local