wunderfrucht / gouqi

a rust interface for jira
https://crates.io/crates/gouqi
MIT License
26 stars 8 forks source link

Bump obi1kenobi/cargo-semver-checks-action from 1 to 2 #36

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps obi1kenobi/cargo-semver-checks-action from 1 to 2.

Release notes

Sourced from obi1kenobi/cargo-semver-checks-action's releases.

v2.0

The new version is built from scratch using Node.js and TypeScript, brings support for non-Linux runners and introduces the following changes:

  • Input crate-name is now package and accepts a list instead of a single name.
  • Added inputs exclude, manifest-path, verbose and release-type with the same meaning as in cargo-semver-checks CLI.
  • Added input rust-toolchain allowing to specify a toolchain to use.
  • Input crate-target is removed, as cargo-semver-checks can be used only with library crates.
  • Input version-tag-prefix is removed, as the new action uses baseline choosing logic of cargo-semver-checks.

Moreover, the action now uses some optimizations to improve the running time:

  • cargo-semver-checks is downloaded as a pre-compiled binary instead of being built from source,
  • baseline rustdoc is cached between runs,
  • crates from crates.io are downloaded using "sparse" protocol if the used toolchain version is at least 1.68.0 (or nightly-2023-01-21 and newer).
Commits


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 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.

what-the-diff[bot] commented 1 year ago

PR Summary

avrabe commented 1 year ago

@dependabot rebase

codecov[bot] commented 1 year ago

Codecov Report

Merging #36 (076ec21) into main (d0a284a) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #36   +/-   ##
=======================================
  Coverage   14.77%   14.77%           
=======================================
  Files          19       19           
  Lines        3026     3026           
=======================================
  Hits          447      447           
  Misses       2579     2579