Merge pull request #10 from mlm-games/dependabot/github_actions/dot-github/workflows/webfactory/ssh-agent-0.9.1

Bump webfactory/ssh-agent from 0.9.0 to 0.9.1 in /.github/workflows
This commit is contained in:
ragebreaker 2025-04-02 03:18:06 +00:00 committed by GitHub
commit cd85496106
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,7 +93,7 @@ jobs:
- name: Setup SSH Keys
if: ${{ startsWith(github.event.inputs.MANIFEST_URL, 'git@github.com') }}
uses: webfactory/ssh-agent@v0.9.0
uses: webfactory/ssh-agent@v0.9.1
with:
ssh-private-key: |
${{ secrets.SSH_PRIVATE_KEY }}