From d646d06bf36bc478364e6d7c96f16b6cb4ff3b35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 05:45:40 +0000 Subject: [PATCH] chore(deps): update webfactory/ssh-agent action to v0.9.0 (#5486) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
webfactory/ssh-agent (webfactory/ssh-agent) ### [`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 - [@​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) - [@​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) - [@​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) - [@​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**: https://github.com/webfactory/ssh-agent/compare/v0.8.0...v0.9.0 #### What's Changed - Update README.md to reflect latest version by [@​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 [@​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 [@​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 [@​archen](https://togithub.com/archen) in [https://github.com/webfactory/ssh-agent/pull/201](https://togithub.com/webfactory/ssh-agent/pull/201) #### New Contributors - [@​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) - [@​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) - [@​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) - [@​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**: https://github.com/webfactory/ssh-agent/compare/v0.8.0...v0.9.0
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/bump-app-version.yml | 2 +- .github/workflows/update-licenses-disclaimer.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bump-app-version.yml b/.github/workflows/bump-app-version.yml index 68b8d638dad..896a9d98af7 100644 --- a/.github/workflows/bump-app-version.yml +++ b/.github/workflows/bump-app-version.yml @@ -27,7 +27,7 @@ jobs: secrets: |- BOT_SSH_KEY:projects/1027349420744/secrets/BOT_SSH_PRIVATE_KEY VALORA_BOT_TOKEN:projects/1027349420744/secrets/VALORA_BOT_TOKEN - - uses: webfactory/ssh-agent@v0.8.0 + - uses: webfactory/ssh-agent@v0.9.0 with: ssh-private-key: ${{ steps.google-secrets.outputs.BOT_SSH_KEY }} - uses: actions/checkout@v3 diff --git a/.github/workflows/update-licenses-disclaimer.yml b/.github/workflows/update-licenses-disclaimer.yml index b67adaf6a5f..c7bcec91d79 100644 --- a/.github/workflows/update-licenses-disclaimer.yml +++ b/.github/workflows/update-licenses-disclaimer.yml @@ -27,7 +27,7 @@ jobs: secrets: |- BOT_SSH_KEY:projects/1027349420744/secrets/BOT_SSH_PRIVATE_KEY VALORA_BOT_TOKEN:projects/1027349420744/secrets/VALORA_BOT_TOKEN - - uses: webfactory/ssh-agent@v0.8.0 + - uses: webfactory/ssh-agent@v0.9.0 with: ssh-private-key: ${{ steps.google-secrets.outputs.BOT_SSH_KEY }} - uses: actions/checkout@v3