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 0e14c7b commit 940baa2Copy full SHA for 940baa2
.github/workflows/coq.yml
@@ -174,7 +174,7 @@ jobs:
174
- name: checkout repo (only required because of deploy step) # https://github.com/JamesIves/github-pages-deploy-action/issues/335
175
uses: actions/checkout@v4
176
- name: Install SSH Client 🔑
177
- uses: webfactory/ssh-agent@v0.9.0
+ uses: webfactory/ssh-agent@v0.9.1
178
with:
179
ssh-private-key: ${{ secrets.HISTORY_DEPLOY_KEY }}
180
if: github.ref == 'refs/heads/master' && ( github.event_name == 'push' || github.event_name == 'schedule' )
0 commit comments