Skip to content

Commit 940baa2

Browse files
Bump webfactory/ssh-agent from 0.9.0 to 0.9.1 (#49)
Bumps [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/webfactory/ssh-agent/releases) - [Changelog](https://github.com/webfactory/ssh-agent/blob/master/CHANGELOG.md) - [Commits](webfactory/ssh-agent@v0.9.0...v0.9.1) --- updated-dependencies: - dependency-name: webfactory/ssh-agent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0e14c7b commit 940baa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
- name: checkout repo (only required because of deploy step) # https://github.com/JamesIves/github-pages-deploy-action/issues/335
175175
uses: actions/checkout@v4
176176
- name: Install SSH Client 🔑
177-
uses: webfactory/ssh-agent@v0.9.0
177+
uses: webfactory/ssh-agent@v0.9.1
178178
with:
179179
ssh-private-key: ${{ secrets.HISTORY_DEPLOY_KEY }}
180180
if: github.ref == 'refs/heads/master' && ( github.event_name == 'push' || github.event_name == 'schedule' )

0 commit comments

Comments
 (0)