Skip to content

Commit

Permalink
build(deps): bump Burnett01/rsync-deployments from 4.1 to 5.2
Browse files Browse the repository at this point in the history
Bumps [Burnett01/rsync-deployments](https://github.com/Burnett01/rsync-deployments) from 4.1 to 5.2.
- [Release notes](https://github.com/Burnett01/rsync-deployments/releases)
- [Commits](Burnett01/rsync-deployments@4.1...5.2)

---
updated-dependencies:
- dependency-name: Burnett01/rsync-deployments
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 26, 2022
1 parent 27ec89c commit fc79ffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
with:
name: web
- name: Copy file to server
uses: Burnett01/rsync-deployments@4.1
uses: Burnett01/rsync-deployments@5.2
with:
switches: -vzr --delete --exclude ".well-known"
path: "."
Expand All @@ -196,7 +196,7 @@ jobs:
with:
name: web
- name: Copy file to server
uses: Burnett01/rsync-deployments@4.1
uses: Burnett01/rsync-deployments@5.2
with:
switches: -vzr --delete --exclude ".well-known"
path: "."
Expand Down

0 comments on commit fc79ffd

Please sign in to comment.