Skip to content

Commit 1f97d94

Browse files
authored
Merge pull request #278 from orionrobots/dependabot/github_actions/burnett01/rsync-deployments-7.1.0
Bump burnett01/rsync-deployments from 7.0.2 to 7.1.0
2 parents 5f9c35f + b20536b commit 1f97d94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/on_push_to_master_test_and_deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
# Sync the files
6767
- name: Sync the site over
68-
uses: burnett01/rsync-deployments@3cccb6851148e6198ed9ed89eb0d1c17b5e58cc7 # v7.0.2
68+
uses: burnett01/rsync-deployments@33214bd98ba4ac2be90f5976672b3f030fce9ce4 # v7.1.0
6969
with:
7070
switches: -a
7171
path: _site/
@@ -110,7 +110,7 @@ jobs:
110110
111111
- name: Copy over the netlify-cms-oauth-provider-php files
112112
if: steps.filter.outputs.any_changed == 'true'
113-
uses: burnett01/rsync-deployments@3cccb6851148e6198ed9ed89eb0d1c17b5e58cc7 # v7.0.2
113+
uses: burnett01/rsync-deployments@33214bd98ba4ac2be90f5976672b3f030fce9ce4 # v7.1.0
114114
with:
115115
switches: -a
116116
path: netlify-cms-oauth-provider-php/
@@ -132,7 +132,7 @@ jobs:
132132
133133
- name: Copy over the oauth environment file
134134
if: steps.filter.outputs.any_changed == 'true'
135-
uses: burnett01/rsync-deployments@3cccb6851148e6198ed9ed89eb0d1c17b5e58cc7 # v7.0.2
135+
uses: burnett01/rsync-deployments@33214bd98ba4ac2be90f5976672b3f030fce9ce4 # v7.1.0
136136
with:
137137
switches: -a
138138
path: netlify-cms-oauth-provider-php/.env.local

0 commit comments

Comments
 (0)