From b95459c13a5866042c9082617eb48065cd572497 Mon Sep 17 00:00:00 2001 From: Piotr Macha Date: Sun, 19 May 2024 06:09:17 +0200 Subject: [PATCH] ci: update webfactory/ssh-agent@0.9.0 --- .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 ae29c96..9d07a57 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,7 +62,7 @@ jobs: if: ${{ inputs.project-version != 'false' }} run: powershell ./set-version.ps1 ${{ inputs.project-version }} - name: Setup token for branch rules bypass - uses: webfactory/ssh-agent@v0.5.4 + uses: webfactory/ssh-agent@v0.9.0 if: ${{ inputs.push-version-commit == true }} with: ssh-private-key: ${{ secrets.SSH_KEY }}