107-systems / 107-Arduino-MCP2515

Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.
https://107-systems.org
MIT License
88 stars 14 forks source link

Bump carlosperate/download-file-action from 2.0.0 to 2.0.1 #90

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps carlosperate/download-file-action from 2.0.0 to 2.0.1.

Release notes

Sourced from carlosperate/download-file-action's releases.

v2.0.1

What's Changed

Security updates in dependencies

Other changes

  • Improvements to the CI tests

Full Changelog: https://github.com/carlosperate/download-file-action/compare/v2.0.0...v2.0.1

Commits
  • 9dc9c8b Action: Rebuild dist/index.js with latest packages & uprev to 2.0.1
  • 1eefead Build(deps-dev): Bump word-wrap from 1.2.3 to 1.2.5 (#33)
  • 26d85be Build(deps): Bump semver from 6.3.0 to 6.3.1 (#31)
  • ad217c4 Action: Rebuild dist/index.js with latest packages.
  • 4740b3b Build(deps): Bump decode-uri-component from 0.2.0 to 0.2.2 (#27)
  • 9b3b682 CI: After building & packaging, try built version.
  • f82ba8b Build(deps): Bump json5 from 1.0.1 to 1.0.2 (#28)
  • d174842 CI: Use a different test file to download.
  • 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)
per1234 commented 1 year ago

Something to note is that, if you prefer the approach of only pinning to the major version of the action (as is the common practice with other actions in the workflows), the action reference can be changed to carlosperate/download-file-action@v2. That will cause the workflow to automatically use the latest release version of the action within the major version 2 series. Dependabot will still submit a PR if there is a major version bump.

That change was already made in the upstream "template" version of the workflow years ago (https://github.com/arduino/tooling-project-assets/pull/192), but this repository is using an outdated version of the workflow.

aentinger commented 1 year ago

Thank you for the feedback. I figured as much. If I ever get an intern I'll ask him to do it across all repositories ;)