Skip to content

Commit

Permalink
ci: bump burnett01/rsync-deployments from v6.0.0 to v7.0.0 (#370)
Browse files Browse the repository at this point in the history
* Bump burnett01/rsync-deployments

Bumps [burnett01/rsync-deployments](https://github.com/burnett01/rsync-deployments) from c04732dab25a8b2c000b7198a067bf26e93959e2 to e1c5b900e976bbc2a6aadf7fd85d7bef67ede4f1.
- [Release notes](https://github.com/burnett01/rsync-deployments/releases)
- [Commits](Burnett01/rsync-deployments@c04732d...e1c5b90)

---
updated-dependencies:
- dependency-name: burnett01/rsync-deployments
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix version comment

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marten Seemann <[email protected]>
  • Loading branch information
dependabot[bot] and marten-seemann authored Mar 13, 2024
1 parent 65cb395 commit 3059fde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Upload website to interop.seemann.io
uses: burnett01/rsync-deployments@c04732dab25a8b2c000b7198a067bf26e93959e2 # v6.0.0
uses: burnett01/rsync-deployments@e1c5b900e976bbc2a6aadf7fd85d7bef67ede4f1 # v7.0.0
with:
switches: -avzr --delete
path: web/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/interop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ jobs:
find logs_measurement -depth -name "server" -type d -exec rm -r "{}" \;
mv logs_measurement/${{ matrix.server }}_${{ matrix.client }}/* logs/${{ matrix.server }}_${{ matrix.client }}/
- name: Upload logs to interop.seemann.io
uses: burnett01/rsync-deployments@c04732dab25a8b2c000b7198a067bf26e93959e2 # v6.0.0
uses: burnett01/rsync-deployments@e1c5b900e976bbc2a6aadf7fd85d7bef67ede4f1 # v7.0.0
if: ${{ github.event_name == 'schedule' }}
with:
switches: -avzr --relative
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
name: result-aggregated
path: result.json
- name: Upload logs to interop.seemann.io
uses: burnett01/rsync-deployments@c04732dab25a8b2c000b7198a067bf26e93959e2 # v6.0.0
uses: burnett01/rsync-deployments@e1c5b900e976bbc2a6aadf7fd85d7bef67ede4f1 # v7.0.0
if: ${{ github.event_name == 'schedule' }}
with:
switches: -avzr
Expand Down

0 comments on commit 3059fde

Please sign in to comment.