From c907cc4a034030b1f70649889d4c5fdf4bffea7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 16:49:43 +0000 Subject: [PATCH] Bump garygrossgarten/github-action-scp from 0.7.3 to 0.9.0 Bumps [garygrossgarten/github-action-scp](https://github.com/garygrossgarten/github-action-scp) from 0.7.3 to 0.9.0. - [Release notes](https://github.com/garygrossgarten/github-action-scp/releases) - [Commits](https://github.com/garygrossgarten/github-action-scp/compare/v0.7.3...0.9.0) --- updated-dependencies: - dependency-name: garygrossgarten/github-action-scp dependency-version: 0.9.0 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..cb038b2 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@0.9.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@0.9.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@0.9.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@0.9.0 with: local: ./javadocs remote: /var/www/dementisimus.dev/html/docs/development/${{ env.name }}/${{ env.version }}/