From 8be02e3e6f86e0804f21c0aac5f098abe7702444 Mon Sep 17 00:00:00 2001 From: martines3000 Date: Tue, 26 Mar 2024 13:28:46 +0100 Subject: [PATCH] chore: update ssh-agent workflow file --- .github/workflows/sync_fork.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_fork.yml b/.github/workflows/sync_fork.yml index 25a2b5b5b..16e14ccce 100644 --- a/.github/workflows/sync_fork.yml +++ b/.github/workflows/sync_fork.yml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: 0 ref: ${{ github.event_name == 'workflow_run' && 'beta' || github.head_ref || github.ref_name }} - - uses: webfactory/ssh-agent@v0.6.0 + - uses: webfactory/ssh-agent@v0.9.0 with: ssh-private-key: ${{ secrets.FORK_KEY }} - name: Push to fork repo