chore(deps): update webfactory/ssh-agent action to v0.9.0 #348
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.7.0
->v0.9.0
Release Notes
webfactory/ssh-agent (webfactory/ssh-agent)
v0.9.0
: Update tonode20
Compare Source
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
tov0.9.0
of this action.New Contributors
Full Changelog: webfactory/ssh-agent@v0.8.0...v0.9.0
What's Changed
actions/checkout
to v4 by @felix-seifert in https://github.com/webfactory/ssh-agent/pull/199New Contributors
Full Changelog: webfactory/ssh-agent@v0.8.0...v0.9.0
v0.8.0
: SSH host keys no longer managed – read below 👇Compare Source
Starting with this release, this action no longer writes GitHub's SSH host keys into the
known_hosts
SSH config file upon start.GitHub changed their host keys on short notice this morning, see https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/. We took this as an opportunity to stop maintaining GH SSH keys in the code shipped with this action (#171).
What you need to do:
github.com
) maintained by directly by GitHub.known_hosts
file:github.com
, as described in #106. Remove these entries.v0.8.0
of this action here are run on the self-hosted runner, the old entries will come back. Keep an eye on it, possibly you'll have to rinse & repeat.Other code changes in this release
actions/checkout@v3
by @mpdude in https://github.com/webfactory/ssh-agent/pull/143git
,ssh-agent
, andssh-add
by @DilumAluthge in https://github.com/webfactory/ssh-agent/pull/154New Contributors
Full Changelog: webfactory/ssh-agent@v0.7.0...v0.8.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.