From 3b47ad36484848efe3a848f63bb3f3e40b3bc0c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 02:22:09 +0000 Subject: [PATCH] Update webfactory/ssh-agent action to v0.9.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 568ec2d..2832d21 100644 --- a/action.yml +++ b/action.yml @@ -32,7 +32,7 @@ runs: toolchain: ${{ inputs.toolchain }} components: ${{ inputs.components }} - - uses: webfactory/ssh-agent@v0.8.0 + - uses: webfactory/ssh-agent@v0.9.0 with: ssh-private-key: ${{ inputs.ssh-private-key }}