ci: bump webfactory/ssh-agent from 0.9.0 to 0.9.1

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](https://github.com/webfactory/ssh-agent/compare/v0.9.0...v0.9.1)

---
updated-dependencies:
- dependency-name: webfactory/ssh-agent
  dependency-version: 0.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-12-25 18:41:13 +00:00 committed by GitHub
parent 304897261d
commit 93a253a6e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -95,7 +95,7 @@ jobs:
name: production name: production
steps: steps:
- name: Setup SSH - name: Setup SSH
uses: webfactory/ssh-agent@v0.9.0 uses: webfactory/ssh-agent@v0.9.1
with: with:
ssh-private-key: ${{ secrets.PRODUCTION_SSH_KEY }} ssh-private-key: ${{ secrets.PRODUCTION_SSH_KEY }}
@ -149,7 +149,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Setup SSH - name: Setup SSH
uses: webfactory/ssh-agent@v0.9.0 uses: webfactory/ssh-agent@v0.9.1
with: with:
ssh-private-key: ${{ secrets.PRODUCTION_SSH_KEY }} ssh-private-key: ${{ secrets.PRODUCTION_SSH_KEY }}

View file

@ -282,7 +282,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Setup SSH - name: Setup SSH
uses: webfactory/ssh-agent@v0.9.0 uses: webfactory/ssh-agent@v0.9.1
with: with:
ssh-private-key: ${{ secrets.STAGING_SSH_KEY }} ssh-private-key: ${{ secrets.STAGING_SSH_KEY }}
@ -421,7 +421,7 @@ jobs:
if: needs.parse-deployment.outputs.project != 'manacore' if: needs.parse-deployment.outputs.project != 'manacore'
steps: steps:
- name: Setup SSH - name: Setup SSH
uses: webfactory/ssh-agent@v0.9.0 uses: webfactory/ssh-agent@v0.9.1
with: with:
ssh-private-key: ${{ secrets.STAGING_SSH_KEY }} ssh-private-key: ${{ secrets.STAGING_SSH_KEY }}

View file

@ -55,7 +55,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Setup SSH for deployment - name: Setup SSH for deployment
uses: webfactory/ssh-agent@v0.9.0 uses: webfactory/ssh-agent@v0.9.1
with: with:
ssh-private-key: ${{ secrets.STAGING_SSH_KEY }} ssh-private-key: ${{ secrets.STAGING_SSH_KEY }}