From e594154cd1a339e02cc4fdbf175b1eb531b2402f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 23:16:25 +0000 Subject: [PATCH] Bump up9cloud/action-rsync from 1.3 to 1.4 Bumps [up9cloud/action-rsync](https://github.com/up9cloud/action-rsync) from 1.3 to 1.4. - [Release notes](https://github.com/up9cloud/action-rsync/releases) - [Commits](https://github.com/up9cloud/action-rsync/compare/v1.3...v1.4) --- updated-dependencies: - dependency-name: up9cloud/action-rsync dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/gadi_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gadi_deploy.yml b/.github/workflows/gadi_deploy.yml index e6d193c..55893c1 100644 --- a/.github/workflows/gadi_deploy.yml +++ b/.github/workflows/gadi_deploy.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: Sync repository to Gadi ### Latest at time of writing - uses: up9cloud/action-rsync@v1.3 + uses: up9cloud/action-rsync@v1.4 env: HOST: gadi.nci.org.au TARGET: ${{secrets.GADI_REPO_PATH}}