We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e7940 commit 65af654Copy full SHA for 65af654
.github/workflows/release.yml
@@ -123,7 +123,7 @@ jobs:
123
run: cd docs && poetry run sphinx-build -b html . _build
124
125
- name: Setup SSH key
126
- uses: webfactory/ssh-agent@d4b9b8ff72958532804b70bbe600ad43b36d5f2e # v0.8.0
+ uses: webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
127
with:
128
ssh-private-key: ${{ secrets.DOCS_DEPLOY_SSH_KEY }}
129
0 commit comments