Skip to content

Commit d646d06

Browse files
chore(deps): update webfactory/ssh-agent action to v0.9.0 (#5486)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [webfactory/ssh-agent](https://togithub.com/webfactory/ssh-agent) | action | minor | `v0.8.0` -> `v0.9.0` | --- ### Release Notes <details> <summary>webfactory/ssh-agent (webfactory/ssh-agent)</summary> ### [`v0.9.0`](https://togithub.com/webfactory/ssh-agent/releases/tag/v0.9.0): Update to `node20` [Compare Source](https://togithub.com/webfactory/ssh-agent/compare/v0.8.0...v0.9.0) This release updates the action to run on Node.js v20. When you're running on GitHub hosted runners, just go ahead and update. When you're using self-hosted runners, please make sure you have Node.js v20 installed before updating from `v0.8.0` to `v0.9.0` of this action. #### New Contributors - [@&#8203;npwolf](https://togithub.com/npwolf) made their first contribution in [https://github.com/webfactory/ssh-agent/pull/196](https://togithub.com/webfactory/ssh-agent/pull/196) - [@&#8203;benzado](https://togithub.com/benzado) made their first contribution in [https://github.com/webfactory/ssh-agent/pull/206](https://togithub.com/webfactory/ssh-agent/pull/206) - [@&#8203;felix-seifert](https://togithub.com/felix-seifert) made their first contribution in [https://github.com/webfactory/ssh-agent/pull/199](https://togithub.com/webfactory/ssh-agent/pull/199) - [@&#8203;archen](https://togithub.com/archen) made their first contribution in [https://github.com/webfactory/ssh-agent/pull/201](https://togithub.com/webfactory/ssh-agent/pull/201) **Full Changelog**: webfactory/ssh-agent@v0.8.0...v0.9.0 #### What's Changed - Update README.md to reflect latest version by [@&#8203;npwolf](https://togithub.com/npwolf) in [https://github.com/webfactory/ssh-agent/pull/196](https://togithub.com/webfactory/ssh-agent/pull/196) - Remove outdated claim from README by [@&#8203;benzado](https://togithub.com/benzado) in [https://github.com/webfactory/ssh-agent/pull/206](https://togithub.com/webfactory/ssh-agent/pull/206) - chore: update all versions of `actions/checkout` to v4 by [@&#8203;felix-seifert](https://togithub.com/felix-seifert) in [https://github.com/webfactory/ssh-agent/pull/199](https://togithub.com/webfactory/ssh-agent/pull/199) - bump to node20 by [@&#8203;archen](https://togithub.com/archen) in [https://github.com/webfactory/ssh-agent/pull/201](https://togithub.com/webfactory/ssh-agent/pull/201) #### New Contributors - [@&#8203;npwolf](https://togithub.com/npwolf) made their first contribution in [https://github.com/webfactory/ssh-agent/pull/196](https://togithub.com/webfactory/ssh-agent/pull/196) - [@&#8203;benzado](https://togithub.com/benzado) made their first contribution in [https://github.com/webfactory/ssh-agent/pull/206](https://togithub.com/webfactory/ssh-agent/pull/206) - [@&#8203;felix-seifert](https://togithub.com/felix-seifert) made their first contribution in [https://github.com/webfactory/ssh-agent/pull/199](https://togithub.com/webfactory/ssh-agent/pull/199) - [@&#8203;archen](https://togithub.com/archen) made their first contribution in [https://github.com/webfactory/ssh-agent/pull/201](https://togithub.com/webfactory/ssh-agent/pull/201) **Full Changelog**: webfactory/ssh-agent@v0.8.0...v0.9.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 5pm,every weekend" in timezone America/Los_Angeles, Automerge - "after 5pm,every weekend" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/valora-inc/wallet). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJnaXRodWItYWN0aW9ucyIsInJlbm92YXRlIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a02e912 commit d646d06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bump-app-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
secrets: |-
2828
BOT_SSH_KEY:projects/1027349420744/secrets/BOT_SSH_PRIVATE_KEY
2929
VALORA_BOT_TOKEN:projects/1027349420744/secrets/VALORA_BOT_TOKEN
30-
- uses: webfactory/ssh-agent@v0.8.0
30+
- uses: webfactory/ssh-agent@v0.9.0
3131
with:
3232
ssh-private-key: ${{ steps.google-secrets.outputs.BOT_SSH_KEY }}
3333
- uses: actions/checkout@v3

.github/workflows/update-licenses-disclaimer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
secrets: |-
2828
BOT_SSH_KEY:projects/1027349420744/secrets/BOT_SSH_PRIVATE_KEY
2929
VALORA_BOT_TOKEN:projects/1027349420744/secrets/VALORA_BOT_TOKEN
30-
- uses: webfactory/ssh-agent@v0.8.0
30+
- uses: webfactory/ssh-agent@v0.9.0
3131
with:
3232
ssh-private-key: ${{ steps.google-secrets.outputs.BOT_SSH_KEY }}
3333
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)