From 6333d4c2cd2ca25be03fcb54d147ce5e3a103b91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Jan 2023 10:00:49 +0000 Subject: [PATCH] Bump benoitchantre/setup-ssh-authentication-action from 1.0.0 to 1.0.1 Bumps [benoitchantre/setup-ssh-authentication-action](https://github.com/benoitchantre/setup-ssh-authentication-action) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/benoitchantre/setup-ssh-authentication-action/releases) - [Changelog](https://github.com/benoitchantre/setup-ssh-authentication-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/benoitchantre/setup-ssh-authentication-action/compare/1.0.0...1.0.1) --- updated-dependencies: - dependency-name: benoitchantre/setup-ssh-authentication-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 83b66bfe..50470690 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -145,7 +145,7 @@ jobs: working-directory: ${{steps.download.outputs.download-path}} - name: Install SSH Key - uses: benoitchantre/setup-ssh-authentication-action@1.0.0 + uses: benoitchantre/setup-ssh-authentication-action@1.0.1 with: private-key: ${{ secrets.SSH_KEY }} known-hosts: ${{ secrets.KNOWN_HOSTS }}