File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 65
65
66
66
# Sync the files
67
67
- name : Sync the site over
68
- uses : burnett01/rsync-deployments@3cccb6851148e6198ed9ed89eb0d1c17b5e58cc7 # v7.0.2
68
+ uses : burnett01/rsync-deployments@33214bd98ba4ac2be90f5976672b3f030fce9ce4 # v7.1.0
69
69
with :
70
70
switches : -a
71
71
path : _site/
@@ -110,7 +110,7 @@ jobs:
110
110
111
111
- name : Copy over the netlify-cms-oauth-provider-php files
112
112
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
114
114
with :
115
115
switches : -a
116
116
path : netlify-cms-oauth-provider-php/
@@ -132,7 +132,7 @@ jobs:
132
132
133
133
- name : Copy over the oauth environment file
134
134
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
136
136
with :
137
137
switches : -a
138
138
path : netlify-cms-oauth-provider-php/.env.local
You can’t perform that action at this time.
0 commit comments