From 27c43d730178a081457756492a151c7a5138ddd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 03:09:43 +0000 Subject: [PATCH] Bump garygrossgarten/github-action-scp from 0.7.3 to 0.8.0 Bumps [garygrossgarten/github-action-scp](https://github.com/garygrossgarten/github-action-scp) from 0.7.3 to 0.8.0. - [Release notes](https://github.com/garygrossgarten/github-action-scp/releases) - [Commits](https://github.com/garygrossgarten/github-action-scp/compare/v0.7.3...v0.8.0) --- updated-dependencies: - dependency-name: garygrossgarten/github-action-scp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 10b1fb9..126e97f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: - name: deploy release artifacts if: endsWith(github.ref, '/main') - uses: garygrossgarten/github-action-scp@v0.7.3 + uses: garygrossgarten/github-action-scp@v0.8.0 with: local: ./artifacts remote: /home/repo-deployment/repository/repositories/release/dev/dementisimus/${{ env.id }}/${{ env.name }}/${{ env.version }}/ @@ -66,7 +66,7 @@ jobs: - name: deploy development artifacts if: endsWith(github.ref, '/develop') - uses: garygrossgarten/github-action-scp@v0.7.3 + uses: garygrossgarten/github-action-scp@v0.8.0 with: local: ./artifacts remote: /home/repo-deployment/repository/repositories/development/dev/dementisimus/${{ env.id }}/${{ env.name }}/${{ env.version }}/ @@ -80,7 +80,7 @@ jobs: - name: deploy release javadocs if: endsWith(github.ref, '/main') - uses: garygrossgarten/github-action-scp@v0.7.3 + uses: garygrossgarten/github-action-scp@v0.8.0 with: local: ./javadocs remote: /var/www/dementisimus.dev/html/docs/release/${{ env.name }}/${{ env.version }}/ @@ -94,7 +94,7 @@ jobs: - name: deploy development javadocs if: endsWith(github.ref, '/develop') - uses: garygrossgarten/github-action-scp@v0.7.3 + uses: garygrossgarten/github-action-scp@v0.8.0 with: local: ./javadocs remote: /var/www/dementisimus.dev/html/docs/development/${{ env.name }}/${{ env.version }}/