asdf-community / asdf-rust

Rust plugin for the asdf version manager
https://github.com/asdf-vm/asdf
Apache License 2.0
97 stars 16 forks source link

Bump asdf-vm/actions from 1 to 2 #28

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps asdf-vm/actions from 1 to 2.

Release notes

Sourced from asdf-vm/actions's releases.

v2.0.0

2.0.0 (2023-03-09)

⚠ BREAKING CHANGES

Bug Fixes

  • update codeql for dependabot compat (3f6d713)
  • use correct trigger type (d464031)

v1.1.0

Added

  • Add the github_token input and set by default a token with only the necessary and sufficient privileges available only to the running job. In other words, users do not need to set this themselves except in exceptional cases. It's automatically exported in the runners as GITHUB_API_TOKEN.

v1.0.1

  • Port entire action to TypeScript from a runner plugin so it's easier to collaborate and accept contributions
Changelog

Sourced from asdf-vm/actions's changelog.

2.0.0 (2023-03-09)

⚠ BREAKING CHANGES

Bug Fixes

  • update codeql for dependabot compat (3f6d713)
  • use correct trigger type (d464031)
Commits
  • 2368b9d chore(master): release 2.0.0 (#522)
  • 2f61da5 chore!: Update actions to use node16 (#488)
  • de76e09 ci: use default release-please command config
  • e775639 ci: automate releases with release-please (#521)
  • 46f217a Revert "ci: automate releases with release-please (#519)Co-authored-by: jtheg...
  • fc3e48b ci: automate releases with release-please (#519)Co-authored-by: jthegedus <41...
  • 6e0ab72 chore: quiet dependabot with monthly schedule
  • dd88cac docs: missing @ in example (#501)
  • d7b7b88 docs: fix example workflow running twice for PR commit pushes (#498)
  • 33040b4 chore: list jthegedus as repo CODEOWNER (#493)
  • 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)