-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): Update actions #9311
Conversation
|
|
1 similar comment
|
97b0ecf
to
bbffe00
Compare
bbffe00
to
4aab71b
Compare
Pull request was closed
be54b4e
to
eea7612
Compare
eea7612
to
c8a6a2d
Compare
CodSpeed Performance ReportMerging #9311 will not alter performanceComparing Summary
|
This PR contains the following updates:
1.7.3
->1.10.0
v0.5.4
->v0.9.0
Release Notes
balazsorban44/nissuer (balazsorban44/nissuer)
v1.10.0
Compare Source
Full Changelog: balazsorban44/nissuer@1.9.3...1.10.0
v1.9.3
Compare Source
Full Changelog: balazsorban44/nissuer@1.9.2...1.9.3
v1.9.2
Compare Source
Full Changelog: balazsorban44/nissuer@1.9.1...1.9.2
v1.9.1
Compare Source
Full Changelog: balazsorban44/nissuer@1.9.0...1.9.1
v1.9.0
Compare Source
Full Changelog: balazsorban44/nissuer@1.8.2...1.9.0
v1.8.2
Compare Source
Full Changelog: balazsorban44/nissuer@1.8.1...1.8.2
v1.8.1
Compare Source
Fix https://github.com/balazsorban44/nissuer/releases/tag/1.8.0 by actually shipping the built version
v1.8.0
Compare Source
Features
2d5aa95
)eb4bf4b
)6163c40
)Other changes
6114e48
)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
v0.7.0
Compare Source
Added
log-public-key
input that can be used to turn off logging key identities (#122)Fixed
git
binary on Windows, assuming GitHub-hosted runners (#136, #137)v0.6.0
Compare Source
Changed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.