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

Bump taiki-e/install-action from 2.47.25 to 2.48.1 in the ci-dependencies group #145

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps the ci-dependencies group with 1 update: taiki-e/install-action.

Updates taiki-e/install-action from 2.47.25 to 2.48.1

Release notes

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

2.48.1

  • Update dprint@latest to 0.49.0.

2.48.0

  • Support parse-dockerfile. (#838)

  • Update release-plz@latest to 0.3.116.

2.47.32

  • Update typos@latest to 1.29.5.

2.47.31

  • Fix checksum error with [email protected] on macOS. (They rebuilt binaries for some reason.)

2.47.30

  • Support cargo-cyclonedx on x86_64 Linux (musl).

  • Support installing native binary for cargo-cyclonedx on AArch64 macOS. (Previously x86_64 macOS binary is used as fallback.)

  • Update cargo-cyclonedx@latest to 0.5.7.

2.47.29

  • Support cargo-semver-checks on AArch64 Linux.

  • Support cargo-zigbuild on x86_64 macOS.

  • Support installing native binary for mdbook and shellcheck on AArch64 macOS. (Previously x86_64 macOS binary is used as fallback.)

  • Support installing native binary for just and sccache on AArch64 Windows. (Previously x86_64 Windows binary is used as fallback.)

  • Update mdbook@latest to 0.4.44.

  • Update cargo-semver-checks@latest to 0.39.0.

2.47.28

No change on the install-action itself.

  • Provide install-action-manifest-schema crate to access to the install-action manifests from Rust code. (#657, thanks @​NobodyXu)

    This is being considered for use to speed up cargo-binstall in the future.

2.47.27

  • Update editorconfig-checker@latest to 3.2.0.

  • Update cargo-lambda@latest to 1.6.3.

2.47.26

  • Update wash@latest to 0.38.0.
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]

[2.48.1] - 2025-02-02

  • Update dprint@latest to 0.49.0.

[2.48.0] - 2025-02-01

  • Support parse-dockerfile. (#838)

  • Update release-plz@latest to 0.3.116.

[2.47.32] - 2025-01-31

  • Update typos@latest to 1.29.5.

[2.47.31] - 2025-01-30

  • Fix checksum error with [email protected] on macOS. (They rebuilt binaries for some reason.)

[2.47.30] - 2025-01-28

  • Support cargo-cyclonedx on x86_64 Linux (musl).

  • Support installing native binary for cargo-cyclonedx on AArch64 macOS. (Previously x86_64 macOS binary is used as fallback.)

  • Update cargo-cyclonedx@latest to 0.5.7.

[2.47.29] - 2025-01-28

  • Support cargo-semver-checks on AArch64 Linux.

  • Support cargo-zigbuild on x86_64 macOS.

  • Support installing native binary for mdbook and shellcheck on AArch64 macOS. (Previously x86_64 macOS binary is used as fallback.)

  • Support installing native binary for just and sccache on AArch64 Windows. (Previously x86_64 Windows binary is used as fallback.)

  • Update mdbook@latest to 0.4.44.

... (truncated)

Commits
  • 510b3ec Release 2.48.1
  • 536c746 Update dprint@latest to 0.49.0
  • 0dfccb3 Release 2.48.0
  • ceb86e3 Update changelog
  • 33d49f6 Add parse-dockerfile
  • 1182afd ci: Update reusable workflows
  • bf0c8c6 Update release-plz@latest to 0.3.116
  • ebb53fb ci: Use taiki-e/github-actions/.github/workflows/test.yml reusable workflow
  • 0b0596d ci: Temporarily disable buggy ubuntu-24.04-arm runner
  • 6583578 Release 2.47.32
  • 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 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

Bumps the ci-dependencies group with 1 update: [taiki-e/install-action](https://github.com/taiki-e/install-action).


Updates `taiki-e/install-action` from 2.47.25 to 2.48.1
- [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@1936c8c...510b3ec)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci-dependencies
...

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 Feb 3, 2025
@pohlm01 pohlm01 added this pull request to the merge queue Feb 7, 2025
Merged via the queue into main with commit 93cbe72 Feb 7, 2025
16 checks passed
@pohlm01 pohlm01 deleted the dependabot/github_actions/ci-dependencies-9c0dbe520a branch February 7, 2025 10:43
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