diff --git a/.gitea/workflows/sync-docs-to-wiki.yml b/.gitea/workflows/sync-docs-to-wiki.yml index 94745af..55d3f46 100644 --- a/.gitea/workflows/sync-docs-to-wiki.yml +++ b/.gitea/workflows/sync-docs-to-wiki.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - name: Start SSH agent - uses: webfactory/ssh-agent@v0.8.1 + uses: webfactory/ssh-agent@v0.9.0 with: ssh-private-key: ${{ secrets.WIKI_SSH_KEY }}