Skip to content

Commit

Permalink
Bump burnett01/rsync-deployments from 7.0.0 to 7.0.1 (#5)
Browse files Browse the repository at this point in the history
Bumps [burnett01/rsync-deployments](https://github.com/burnett01/rsync-deployments) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/burnett01/rsync-deployments/releases)
- [Commits](Burnett01/rsync-deployments@7.0.0...7.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 29, 2024
1 parent 600fdfd commit 24abb11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
done
- name: rsync deployments
uses: burnett01/[email protected].0
uses: burnett01/[email protected].1
with:
switches: -avh
path: ${{ env.CHARTS_DIR }}/
Expand All @@ -131,7 +131,7 @@ jobs:
helm repo index ${{ env.CHARTS_DIR }} --url ${{ env.CHARTS_REPO_URL }} --merge ${{ env.REF_CHARTS_DIR }}/index.yaml
- name: rsync deployments
uses: burnett01/[email protected].0
uses: burnett01/[email protected].1
with:
switches: -avh
path: ${{ env.CHARTS_DIR }}/
Expand Down

0 comments on commit 24abb11

Please sign in to comment.