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