antennapod.github.io icon indicating copy to clipboard operation
antennapod.github.io copied to clipboard

Bump the github-actions group with 2 updates

Open dependabot[bot] opened this issue 1 year ago • 0 comments

Bumps the github-actions group with 2 updates: lycheeverse/lychee-action and peter-evans/create-issue-from-file.

Updates lycheeverse/lychee-action from 1.8.0 to 1.10.0

Release notes

Sourced from lycheeverse/lychee-action's releases.

v1.10.0

What's Changed

New Contributors

Full Changelog: https://github.com/lycheeverse/lychee-action/compare/v1.9.3...v1.10.0

Version 1.9.3

What's Changed

  • Bugfix: Pass custom token as input argument to action by @​mre in lycheeverse/lychee-action#222 Previously, the name of the token was incorrect, leading to no token being used if the user specified with: [token: ...]. Thanks to @​tobon4 for pointing this out.

Full Changelog: https://github.com/lycheeverse/lychee-action/compare/v1...v1.9.3

Version 1.9.2

What's Changed

Full Changelog: https://github.com/lycheeverse/lychee-action/compare/v1...v1.9.2

Version 1.9.1

This is a hotfix release which restores the behavior of the accept config parameter. Integers are accepted again as status codes.

accept = [200, 201, 202, 203, 429]

is equivalent to

accept = ["200..=203", 429]

Integers and strings (e.g. for ranges) can be mixed.

Version 1.9.0

What's Changed

... (truncated)

Commits

Updates peter-evans/create-issue-from-file from 4 to 5

Release notes

Sourced from peter-evans/create-issue-from-file's releases.

Create Issue From File v5.0.0

⚙️ Updated runtime to Node.js 20

  • The action now requires a minimum version of v2.308.0 for the Actions runner. Update self-hosted runners to v2.308.0 or later to ensure compatibility.

What's Changed

... (truncated)

Commits

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

dependabot[bot] avatar May 01 '24 19:05 dependabot[bot]