Skip to content
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

🌱 Bump Vampire/setup-wsl from 1 to 2 #2412

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 2, 2023

Bumps Vampire/setup-wsl from 1 to 2.

Release notes

Sourced from Vampire/setup-wsl's releases.

v2.0.0

Update Node.js to 16 (#42) [8a5bfa1c8c5c5943e827e0354e639c204ba48ec2]

v1.3.6

Highlights

The update of Node.js to 16 was reverted as it is a breaking change. For Node.js 16, please use v2 of this action.

Details

  • Move copyright prepending for GitHub workflow files to common file [e15d79a0fee6b04e2d25deb7dc841885851b560a]
  • Revert "Update Node.js to 16 (#42)" [a7a002ae16e96658a4817eb0aec7304c9b700fb5]

v1.3.5

Highlights

  • Usages of the deprecated wslconfig in newer Windows versions is replaced by usage of wsl.exe where possible
  • Downloaded archives can now also be expanded on older PowerShell versions

Details

  • Fix failing tests on windows-2022 due to WSL tool changes [b4ffb29dc058f76210c85c300cc65b85e5daf8ab]
  • Migrate GitHub workflows to Kotlin DSL [4eea7c92d6c56a39bfcebcdcb93be63388497f59]
  • Use wsl.exe where possible [a00ad19d28a01876ca11fed9aa970ae414a9d1a3]
  • Rename archives to .zip to make extraction work on old PowerShell versions (#43) [c6e8c2adf73adf268e62e5151ad1d6086318e3e3]

v1.3.4

Update Node.js to 16 (#42) [ac91a800d5ffaa8b28e7de48323f64452d3e34aa]

v1.3.3

Highlights

  • Adapted to installer file and distribution renaming for Ubuntu 22.04

Details

  • Add argument names to exec calls [c73fc0bf398f1d78784f44f19a46712dfe8e979a]
  • Remove superfluous semicolons [dfda5cc0d58b9f83089f4e36ef2e89a1e218d401]
  • Output installed WSL distributions when trying to use one and debug is enabled [57b39bca2e5c3d699f0dc8fc045c3c75092a688c]
  • Adapt to installer file and distribution renaming for Ubuntu 22.04 [6ae275758461892e689271a124de15ff87c72e42]
  • Only reuse restored distribution directory if installer file is still the same [06354bb62f6dc88695eac8919a10b344e08363e3]

v1.3.2

  • Update NPM dependencies (#41) [823ac935a327c3d3108e6b2e13088bf08385becc]

v1.3.1

Set default WSL version only if supported [1254a2c92c37bd2aa043cb5d27613900d9740aa0]

v1.3.0

Highlights

  • Support for Ubuntu 22.04

Details

  • Add support for Ubuntu 22.04 (#33) [37e79dc4c4f4b71705beed850aafcfd3f898f2a0]
  • Add action typing declaration [af60221235a8195bfde5743a803858dff66a4664]

... (truncated)

Commits
  • 188b420 [Gradle Release Plugin] - pre tag commit: 'v2.0.1'.
  • 5a56cf5 Update github-actions-kotlin-dsl to 0.37.0
  • 37324c8 Update net.researchgate.release plugin to 3.0.2
  • f594319 Update net.wooga.github plugin to 3.0.0
  • 9d8be63 Update grgit to 5.0.0 and use the new service plugin
  • 1f75544 Update github-api to 1.313
  • aadcf83 Remove usage of Dukat
  • d374368 Only execute safe actions locally
  • dfcd136 Replace kotlinx-serialization and kaml by SnakeYAML
  • c2e1cac Apply refreshVersions only when called
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 2, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Aug 2, 2023

Timestamp: 2023-08-30 17:06:14
Buildscan url for ubuntu-workflow run 6027825377

@dependabot dependabot bot force-pushed the dependabot/github_actions/Vampire/setup-wsl-2 branch from 8ca6265 to d09add7 Compare August 4, 2023 17:37
@adamvduke
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/github_actions/Vampire/setup-wsl-2 branch 3 times, most recently from 3860458 to 65f1e42 Compare August 15, 2023 14:30
@dependabot dependabot bot force-pushed the dependabot/github_actions/Vampire/setup-wsl-2 branch from 65f1e42 to eb60995 Compare August 29, 2023 16:17
@adamvduke
Copy link
Contributor

This workflow doesn't appear to run against the master branch, so I'm inclined to merge it to close the PR and fix forward in the future if/when the workflow is needed. https://github.com/Flank/flank/actions/runs/5868250919/job/15910648768

Bumps [Vampire/setup-wsl](https://github.com/vampire/setup-wsl) from 1 to 2.
- [Release notes](https://github.com/vampire/setup-wsl/releases)
- [Commits](Vampire/setup-wsl@v1...v2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/Vampire/setup-wsl-2 branch from eb60995 to a4c28dc Compare August 30, 2023 16:59
@adamvduke adamvduke merged commit 7fdaac9 into master Aug 30, 2023
5 checks passed
@adamvduke adamvduke deleted the dependabot/github_actions/Vampire/setup-wsl-2 branch August 30, 2023 18:29
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.

1 participant