From 23d97f72492ea3429be168a8ce8649e23095cf0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 15:55:45 +0000 Subject: [PATCH] Bump webfactory/ssh-agent from 0.5.4 to 0.8.0 in /examples Bumps [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent) from 0.5.4 to 0.8.0. - [Release notes](https://github.com/webfactory/ssh-agent/releases) - [Changelog](https://github.com/webfactory/ssh-agent/blob/master/CHANGELOG.md) - [Commits](https://github.com/webfactory/ssh-agent/compare/v0.5.4...v0.8.0) --- updated-dependencies: - dependency-name: webfactory/ssh-agent dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/basic.yml | 2 +- examples/multi-repo.yml | 2 +- examples/sage.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/basic.yml b/examples/basic.yml index e9f9763..f9b5655 100644 --- a/examples/basic.yml +++ b/examples/basic.yml @@ -17,7 +17,7 @@ jobs: with: key: ${{ secrets.TRELLIS_DEPLOY_SSH_PRIVATE_KEY }} known_hosts: ${{ secrets.TRELLIS_DEPLOY_SSH_KNOWN_HOSTS }} - - uses: webfactory/ssh-agent@v0.5.4 + - uses: webfactory/ssh-agent@v0.8.0 with: ssh-private-key: ${{ secrets.TRELLIS_DEPLOY_SSH_PRIVATE_KEY }} - uses: roots/setup-trellis-cli@v1 diff --git a/examples/multi-repo.yml b/examples/multi-repo.yml index 479ecc2..fe9f404 100644 --- a/examples/multi-repo.yml +++ b/examples/multi-repo.yml @@ -34,7 +34,7 @@ jobs: with: key: ${{ secrets.TRELLIS_DEPLOY_SSH_PRIVATE_KEY }} known_hosts: ${{ secrets.TRELLIS_DEPLOY_SSH_KNOWN_HOSTS }} - - uses: webfactory/ssh-agent@v0.5.4 + - uses: webfactory/ssh-agent@v0.8.0 with: ssh-private-key: ${{ secrets.TRELLIS_DEPLOY_SSH_PRIVATE_KEY }} - uses: roots/setup-trellis-cli@v1 diff --git a/examples/sage.yml b/examples/sage.yml index 058fd6f..804ad4f 100644 --- a/examples/sage.yml +++ b/examples/sage.yml @@ -26,7 +26,7 @@ jobs: with: key: ${{ secrets.TRELLIS_DEPLOY_SSH_PRIVATE_KEY }} known_hosts: ${{ secrets.TRELLIS_DEPLOY_SSH_KNOWN_HOSTS }} - - uses: webfactory/ssh-agent@v0.5.4 + - uses: webfactory/ssh-agent@v0.8.0 with: ssh-private-key: ${{ secrets.TRELLIS_DEPLOY_SSH_PRIVATE_KEY }} - uses: roots/setup-trellis-cli@v1