From 1d1646efea42695219151be637e6c81dc9ffa8d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 15:05:16 +0000 Subject: [PATCH] Update webfactory/ssh-agent action to v0.10.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8363fb0..d47d98c 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ inputs: runs: using: composite steps: - - uses: webfactory/ssh-agent@v0.9.0 + - uses: webfactory/ssh-agent@v0.10.0 with: ssh-private-key: ${{ inputs.private-key }}