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