Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 4, 2025

Bumps Vampire/setup-wsl from 5.0.0 to 6.0.0.

Release notes

Sourced from Vampire/setup-wsl's releases.

v6.0.0

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

  • Make Gradle Wrapper scripts executable [af172e2133d4bbeaee610142f438d4fce1484190]
  • Remove tests on windows-2019 which was decommissioned [cbf38714c70ce8f6350b96e189eba329a42eeea6]
  • Increase version to 6.0.0 [c0fd23890144afa9c5afc38ad8d325e6e6e7058e]
  • Always use WSLv2 as default WSL version [e8402925b124453b1bdb6b709c05f02971861d5e]
  • Install zstd before restoring cache on windows-11-arm to get same cache version [b87f2ebde9bfeb37a6025cb8bfaa3598572b713f]
  • Run WSL update only on windows-2022, not windows-11-arm [c4980993ccb7fd313fb1bc03fecdc75058ed7c1c]
  • Retry up to 4 times to update Debian packages (#75) [442f98ce4ae9b2a2117ccf280db5e23a35382a9a]

v5.0.1

Highlights

The caching works now with the new GitHub caching backend (#73)

Details

  • Fix verify-release workflow [8c6848eae4a8969a00234943f32f65cec07fb959]
  • Automatically create new major branch when necessary [781adb171b87185c8aa65561df3778499afca66e]
  • Use version ranges for actions to not use stale cache entries [8f70e6e8310791bf7df69eda76c9194e2dc87bac]
  • Improve workflow script editability [41341976b8330f4f2b4c0d8a31d25d38d9d56b1c]
  • Update Gradle Wrapper validation action to v4 [3df3aea9e41a4864fab2cef4a615f8eec23e2c57]
  • Replace gradle-cache-action by setup-gradle action [c62031232c73af4e058f43b748f23f4836c5b5db]
  • Update Gradle enterprise plugin to Gradle Develocity plugin 4.0.1 [3e8d4e54ccd79a34ee3db711c4a9f97ec4c4225d]
  • Do not publish build scans on every execution and with ToU agreed for everyone [a909bca8696f82f721ad3bb2d82e7e19f2bddd55]
  • Add some common custom data to build scans [a35c728026cdcc7d1e1f2c988248f3cb7ca9c7a2]
  • Properly close the ktor-client after use [371ac23668e7c5c245fb7cfb5984f235c4f3925f]
  • Update kotlin wrappers to pre.839 [5ae6b25230a3912c3fb2182532362381a529f248]
  • Update @​action/cache to 4.0.3 (#73) [e68cca3b3be61f8e2112f3c095f88a0c51abb0aa]
  • Update Kotlin version for workflow preprocessing to 2.1.20 [ae34e10ca83b71e4a18d59a49fd8b83c44bf4e42]
  • Remove build work-around for older KGP versions [1b2cda90f5e517c0a2dcb86f2393926f392fefcb]
  • Submit the Dependency Graph to GitHub [c7ed15c966e4bf6953ba3033c82dbc2b7e42ddbd]
  • Make the preprocessing tasks for workflow files cacheable [91860f3a80fdf0f7b0022a6bbf5a23d14fbacf7d]
  • Update Kotlin to 2.1.20 [816280381c954f76cd029ca23b28efb4c80e37bb]
  • Update kotlinx-coroutines to 1.10.2 [bacdfd8aacba301b19873f69ee052b6f51c2346b]
  • Treat all Kotlin compiler warnings as errors [b4cc8de15b2ee7c80060092c1b9ba7afddd20e2c]
  • Update ktor to 3.1.2 [a151f43a4e728bf328bc6700a5083077f33b9fd4]
  • Update kotlin wrappers to 2025.5.2 [02d3dfe030d898a4798b999e7a9ff14b6fb92b24]
Commits
  • 6a8db44 [Gradle Release Plugin] - pre tag commit: 'v6.0.0'.
  • 442f98c Retry up to 4 times to update Debian packages (#75)
  • c498099 Run WSL update only on windows-2022, not windows-11-arm
  • b87f2eb Install zstd before restoring cache on windows-11-arm to get same cache version
  • e840292 Always use WSLv2 as default WSL version
  • c0fd238 Increase version to 6.0.0
  • cbf3871 Remove tests on windows-2019 which was decommissioned
  • af172e2 Make Gradle Wrapper scripts executable
  • 8742ef2 [Gradle Release Plugin] - new version commit: 'v5.0.2-SNAPSHOT'.
  • 3b46b44 [Gradle Release Plugin] - pre tag commit: 'v5.0.1'.
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [Vampire/setup-wsl](https://github.com/vampire/setup-wsl) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/vampire/setup-wsl/releases)
- [Commits](Vampire/setup-wsl@f40fb59...6a8db44)

---
updated-dependencies:
- dependency-name: Vampire/setup-wsl
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 4, 2025
@karianna
Copy link
Contributor

karianna commented Aug 3, 2025

GHCP says:

_The job failed because the repository http://ftp.debian.org/debian bullseye-backports does not have a Release file, which causes apt-get update to fail. This typically happens when the repository is either temporarily unavailable, has been deprecated, or is not included correctly in the sources list.

Solution:

Edit your WSL image or workflow so that /etc/apt/sources.list or /etc/apt/sources.list.d does not include the bullseye-backports line, or comment it out if it's not needed.

Alternatively, you can add the correct backports line:

deb http://deb.debian.org/debian bullseye-backports main

and then run:

sudo apt-get update

If you do not need backports, simply remove or comment out any lines referencing bullseye-backports.
Code Suggestion: Add a step before sudo apt-get update to clean up the sources:

- name: Remove problematic backports repository
  run: sudo sed -i '/bullseye-backports/d' /etc/apt/sources.list

Or, if using a sources.list.d file, target that file as appropriate.

This should resolve the exit code 100 and allow apt-get update to succeed._

@karianna
Copy link
Contributor

karianna commented Aug 3, 2025

@gdams Seems like reasonable advice assuming hte premise that those backport repos are indeed no longer valid.

gdams added 2 commits August 4, 2025 08:58
Add Ubuntu 24.04 distribution to WSL setup
@karianna
Copy link
Contributor

karianna commented Aug 4, 2025

Still some localhost connectivity issues, not sure what extra config is required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants