From c6195e24b9c96b18efc42d8af77fd6c62354282e Mon Sep 17 00:00:00 2001 From: Giulio Romualdi Date: Fri, 8 Jan 2021 18:06:44 +0100 Subject: [PATCH] GitHub Action: Bump the webfactory/ssh-agent to v0.4.1 --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 42668e4..00b7ea3 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@master - - uses: webfactory/ssh-agent@v0.1.1 + - uses: webfactory/ssh-agent@v0.4.1 with: ssh-private-key: ${{ secrets.SSH_PRIVATE_GH_PAGES }} - name: Dependencies