-
Notifications
You must be signed in to change notification settings - Fork 3k
chore(deps): update github-actions (maint-27) (major) #9959
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
base: maint-27
Are you sure you want to change the base?
chore(deps): update github-actions (maint-27) (major) #9959
Conversation
|
CT Test Results 1 files 11 suites 4m 9s ⏱️ Results for commit 9486dde. ♻️ This comment has been updated with latest results. To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass. See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally. Artifacts
// Erlang/OTP Github Action Bot |
f97473f
to
b8d9485
Compare
b8d9485
to
a2d8ffc
Compare
@@ -285,11 +285,11 @@ jobs: | |||
env: | |||
WXWIDGETS_VERSION: 3.2.6 | |||
name: Build Erlang/OTP (Windows) | |||
runs-on: windows-2022 | |||
runs-on: windows-2025 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this change was causing issues for us.
mknsis.exe does not exists there, so no Windows installers are created
b9064bf
to
82b61db
Compare
82b61db
to
8ce11d2
Compare
8ce11d2
to
9486dde
Compare
This PR contains the following updates:
v5.0.1
->v6.0.0
v4.2.2
->v5.0.0
v4.3.0
->v5.0.0
v4
->v5
v7.0.1
->v8.0.0
20.04
->24.04
2022
->2025
Release Notes
Vampire/setup-wsl (Vampire/setup-wsl)
v6.0.0
Compare Source
Highlights
Update of Debian distribution if configured is now retried up to 4 times, as the package servers became less stable.
Breaking Changes
The action now always uses WSLv2 as the default WSL
version. Before it used WSLv1 if only that was available
whcih mainly was for the decommissioned
windows-2019
runner images.Details
af172e2
]cbf3871
]c0fd238
]e840292
]b87f2eb
]c498099
]442f98c
]actions/checkout (actions/checkout)
v5.0.0
Compare Source
What's Changed
v2.327.1
Release Notes
Make sure your runner is updated to this version or newer to use this release.
Full Changelog: actions/checkout@v4...v5.0.0
v4.3.0
Compare Source
What's Changed
New Contributors
Full Changelog: actions/checkout@v4...v4.3.0
actions/download-artifact (actions/download-artifact)
v5.0.0
Compare Source
What's Changed
v5.0.0
🚨 Breaking Change
This release fixes an inconsistency in path behavior for single artifact downloads by ID. If you're downloading single artifacts by ID, the output path may change.
What Changed
Previously, single artifact downloads behaved differently depending on how you specified the artifact:
name: my-artifact
→ extracted topath/
(direct)artifact-ids: 12345
→ extracted topath/my-artifact/
(nested)Now both methods are consistent:
name: my-artifact
→ extracted topath/
(unchanged)artifact-ids: 12345
→ extracted topath/
(fixed - now direct)Migration Guide
✅ No Action Needed If:
merge-multiple: true
as a workaroundYou download single artifacts by ID and your workflows expect the nested directory structure.
Before v5 (nested structure):
To maintain old behavior (if needed):
New Contributors
Full Changelog: actions/download-artifact@v4...v5.0.0
actions/github-script (actions/github-script)
v8.0.0
Compare Source
v7.1.0
Compare Source
Configuration
📅 Schedule: Branch creation - "after 2am on monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.