Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the github-actions group across 1 directory with 2 updates #8

Merged
merged 1 commit into from
Aug 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 10, 2024

Bumps the github-actions group with 2 updates in the / directory: taiki-e/install-action and msys2/setup-msys2.

Updates taiki-e/install-action from 2.42.9 to 2.42.20

Release notes

Sourced from taiki-e/install-action's releases.

2.42.20

  • Update cargo-hack@latest to 0.6.31.

2.42.19

  • Update osv-scanner@latest to 1.8.3.

2.42.18

  • Update cargo-tarpaulin@latest to 0.31.1.

  • Update cargo-deny@latest to 0.16.1.

2.42.17

  • Update knope@latest to 0.17.0.

  • Update cargo-binstall@latest to 1.9.0.

2.42.16

  • Update just@latest to 1.34.0.

2.42.15

  • Update cargo-deny@latest to 0.16.0.

2.42.14

  • Update typos@latest to 1.23.6.

  • Update protoc@latest to 3.27.3.

2.42.13

  • Update just@latest to 1.33.0.

2.42.12

  • Update syft@latest to 1.10.0.

2.42.11

  • Update jaq@latest to 1.6.0.

2.42.10

  • Update cargo-make@latest to 0.37.15.

  • Update cargo-udeps@latest to 0.1.50.

Changelog

Sourced from taiki-e/install-action's changelog.

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

[Unreleased]

  • Update syft@latest to 1.11.0.

[2.42.20] - 2024-08-08

  • Update cargo-hack@latest to 0.6.31.

[2.42.19] - 2024-08-07

  • Update osv-scanner@latest to 1.8.3.

[2.42.18] - 2024-08-05

  • Update cargo-tarpaulin@latest to 0.31.1.

  • Update cargo-deny@latest to 0.16.1.

[2.42.17] - 2024-08-04

  • Update knope@latest to 0.17.0.

  • Update cargo-binstall@latest to 1.9.0.

[2.42.16] - 2024-08-02

  • Update just@latest to 1.34.0.

[2.42.15] - 2024-08-02

  • Update cargo-deny@latest to 0.16.0.

[2.42.14] - 2024-07-31

  • Update typos@latest to 1.23.6.

  • Update protoc@latest to 3.27.3.

[2.42.13] - 2024-07-31

... (truncated)

Commits

Updates msys2/setup-msys2 from 2.23.0 to 2.24.1

Release notes

Sourced from msys2/setup-msys2's releases.

v2.24.1

  • Added a new action output msys2-location to get the path to the MSYS2 installation directory. [#404]

v2.24.0

Changelog

Sourced from msys2/setup-msys2's changelog.

Changelog

2.24.1

  • Added a new action output msys2-location to get the path to the MSYS2 installation directory. [#404]

2.24.0

2.23.0

2.22.0

2.21.1

  • Work around @​actions/cache preventing node from exiting after a cache upload #354
  • Update dependencies

2.21.0

  • Update base distribution to 20231026. [#334]
  • Update to node20 from node16 #333
  • Update dependencies

2.20.1

Changed

  • Tag all releases with semver tags [#327]
  • Bump dependencies:
    • @​actions/cache to v3.2.2
    • eslint to 8.46.0
    • eslint-plugin-jsdoc to 46.4.6

2.20.0

Changed

2.19.0

  • Remove dependency on powershell
  • Add new option for disabling caching
  • Don't fail if the GitHub caching service isn't working

... (truncated)

Commits
  • ddf331a v2.24.1 3bc52b31f82cbe210eb578096ca2b1b98297b93f
  • 5df0ca6 v2.24.0 526d2574939284d0c7aca361e410ee610f31dd88
  • See full diff in compare view

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

…updates

Bumps the github-actions group with 2 updates in the / directory: [taiki-e/install-action](https://github.com/taiki-e/install-action) and [msys2/setup-msys2](https://github.com/msys2/setup-msys2).


Updates `taiki-e/install-action` from 2.42.9 to 2.42.20
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/install-action@7277a40...91ca22e)

Updates `msys2/setup-msys2` from 2.23.0 to 2.24.1
- [Release notes](https://github.com/msys2/setup-msys2/releases)
- [Changelog](https://github.com/msys2/setup-msys2/blob/main/CHANGELOG.md)
- [Commits](msys2/setup-msys2@d0e80f5...ddf331a)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: msys2/setup-msys2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 10, 2024
@dependabot dependabot bot requested a review from skyf0l August 10, 2024 06:26
@skyf0l skyf0l merged commit d6a3dab into main Aug 10, 2024
9 checks passed
@skyf0l skyf0l deleted the dependabot/github_actions/github-actions-4176b88f48 branch August 10, 2024 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant