Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

chore(deps): bump webfactory/ssh-agent from v0.5.0 to v0.5.1 #383

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build
run: make release-local

- uses: webfactory/ssh-agent@v0.5.0
- uses: webfactory/ssh-agent@v0.5.1
with:
ssh-private-key: ${{ secrets.OKCTL_BOT_NIGHTLY_BUILD_SECRET_KEY }}

Expand Down