exercism / d

Exercism exercises in D.
https://exercism.org/tracks/d
MIT License
19 stars 30 forks source link

Bump dlang-community/setup-dlang from 1.4.0 to 2.0.0 #243

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps dlang-community/setup-dlang from 1.4.0 to 2.0.0.

Release notes

Sourced from dlang-community/setup-dlang's releases.

v2.0.0

What's Changed

  • Refactor code and implement more version formats for dmd and ldc and support gdc by @​the-horo in dlang-community/setup-dlang#77
    • gdc can now be installed through this action on linux runners (Debian/Ubuntu only, e.g. the official github runners)
    • you can now install a version relative to the latest version, e.g. dmd^3 is the 3rd latest DMD
    • the version can now omit the patch to get the latest ones

New Contributors

Full Changelog: https://github.com/dlang-community/setup-dlang/compare/v1.4.0...v2.0.0

Commits
  • 0a7469b bump to v2
  • 926be01 .github/workflows/test.yml: Add GITHUB_TOKEN to curl command line
  • 18c8656 README.md: Update examples and description of the action
  • e96e4bc .github/workflows/test.yml: Require that index.js is up to date
  • 56a46e8 Move dist/index.js check to a separate job
  • bd956fc .github/workflows/test.yml: Set bash as the default shell
  • 1c3987c Move the steps that verify the D installation to a separate action
  • 923f121 Support gdc compiler and more github CI additions/fixes
  • 616bba3 Refactor code and implement more version formats for dmd and ldc
  • See full diff 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 show 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)