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

github: bump the github-dependencies group across 1 directory with 7 updates #185

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2025

Bumps the github-dependencies group with 7 updates in the / directory:

Package From To
actions/checkout 4.2.0 4.2.2
DeterminateSystems/nix-installer-action 14 16
DeterminateSystems/magic-nix-cache-action 8 9
dtolnay/rust-toolchain 7b1c307e0dcbda6122208f10795a713336a9b35a c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c
Swatinem/rust-cache 2.7.3 2.7.7
MarcoIeni/release-plz-action 0.5.71 0.5.89
taiki-e/install-action 2.44.13 2.47.31

Updates actions/checkout from 4.2.0 to 4.2.2

Release notes

Sourced from actions/checkout's releases.

v4.2.2

What's Changed

Full Changelog: actions/checkout@v4.2.1...v4.2.2

v4.2.1

What's Changed

New Contributors

Full Changelog: actions/checkout@v4.2.0...v4.2.1

Changelog

Sourced from actions/checkout's changelog.

v4.2.2

v4.2.1

Commits

Updates DeterminateSystems/nix-installer-action from 14 to 16

Release notes

Sourced from DeterminateSystems/nix-installer-action's releases.

v16

What's Changed

Full Changelog: DeterminateSystems/nix-installer-action@v15...v16

v15

What's Changed

Full Changelog: DeterminateSystems/nix-installer-action@v14...v15

Commits

Updates DeterminateSystems/magic-nix-cache-action from 8 to 9

Release notes

Sourced from DeterminateSystems/magic-nix-cache-action's releases.

v9

What's Changed

Full Changelog: DeterminateSystems/magic-nix-cache-action@v8...v9

Commits

Updates dtolnay/rust-toolchain from 7b1c307e0dcbda6122208f10795a713336a9b35a to c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c

Commits
  • c5a29dd Add 1.84.1 patch release
  • a54c7af Merge pull request #131 from dtolnay/float
  • aacd1c2 Append zeros to toolchain versions truncated by GitHub
  • 315e265 Merge pull request #129 from dtolnay/defaultfail
  • 2d6236e Ignore 'rustup default' failure
  • See full diff in compare view

Updates Swatinem/rust-cache from 2.7.3 to 2.7.7

Release notes

Sourced from Swatinem/rust-cache's releases.

v2.7.7

Full Changelog: Swatinem/rust-cache@v2.7.6...v2.7.7

v2.7.6

What's Changed

New Contributors

Full Changelog: Swatinem/rust-cache@v2.7.5...v2.7.6

v2.7.5

What's Changed

New Contributors

Full Changelog: Swatinem/rust-cache@v2.7.3...v2.7.5

Changelog

Sourced from Swatinem/rust-cache's changelog.

Changelog

Commits

Updates MarcoIeni/release-plz-action from 0.5.71 to 0.5.89

Release notes

Sourced from MarcoIeni/release-plz-action's releases.

v0.5.89

What's Changed

Full Changelog: release-plz/action@v0.5...v0.5.89

v0.5.88

What's Changed

Full Changelog: release-plz/action@v0.5...v0.5.88

v0.5.87

What's Changed

Full Changelog: release-plz/action@v0.5...v0.5.87

v0.5.86

What's Changed

Full Changelog: release-plz/action@v0.5...v0.5.86

v0.5.85

What's Changed

Full Changelog: release-plz/action@v0.5...v0.5.85

v0.5.84

What's Changed

Full Changelog: release-plz/action@v0.5...v0.5.84

v0.5.83

What's Changed

Full Changelog: release-plz/action@v0.5...v0.5.83

... (truncated)

Commits

Updates taiki-e/install-action from 2.44.13 to 2.47.31

Release notes

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

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.

2.47.25

  • Update release-plz@latest to 0.3.114.

  • Update git-cliff@latest to 2.8.0.

2.47.24

  • Update syft@latest to 1.19.0.

  • Update just@latest to 1.39.0.

2.47.23

  • Update wasmtime@latest to 29.0.1.

... (truncated)

Changelog

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

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

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

[2.47.28] - 2025-01-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] - 2025-01-28

  • Update editorconfig-checker@latest to 3.2.0.

  • Update cargo-lambda@latest to 1.6.3.

[2.47.26] - 2025-01-27

  • Update wash@latest to 0.38.0.

[2.47.25] - 2025-01-24

  • Update release-plz@latest to 0.3.114.

  • Update git-cliff@latest to 2.8.0.

... (truncated)

Commits
  • 76a1fec Release 2.47.31
  • 78b9ec8 Update changelog
  • be22d29 Fix clippy::unnecessary_semicolon warning
  • e466aa8 Update wash manifest
  • afbe5c1 Release 2.47.30
  • 6fde044 codegen: Address cargo-cyclonedx 0.5.1 asset change
  • 544f616 ci: Remove not triggered manifest_sync workflow
  • 3b94b1e Release 2.47.29
  • f07d824 Update .gitattributes
  • fc5961f codegen: cargo-zigbuild's macOS binary is universal binary
  • Additional commits viewable 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-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4.2.0` | `4.2.2` |
| [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) | `14` | `16` |
| [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) | `8` | `9` |
| [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) | `7b1c307e0dcbda6122208f10795a713336a9b35a` | `c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c` |
| [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) | `2.7.3` | `2.7.7` |
| [MarcoIeni/release-plz-action](https://github.com/marcoieni/release-plz-action) | `0.5.71` | `0.5.89` |
| [taiki-e/install-action](https://github.com/taiki-e/install-action) | `2.44.13` | `2.47.31` |



Updates `actions/checkout` from 4.2.0 to 4.2.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.2.0...v4.2.2)

Updates `DeterminateSystems/nix-installer-action` from 14 to 16
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases)
- [Commits](DeterminateSystems/nix-installer-action@v14...v16)

Updates `DeterminateSystems/magic-nix-cache-action` from 8 to 9
- [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases)
- [Commits](DeterminateSystems/magic-nix-cache-action@v8...v9)

Updates `dtolnay/rust-toolchain` from 7b1c307e0dcbda6122208f10795a713336a9b35a to c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c
- [Release notes](https://github.com/dtolnay/rust-toolchain/releases)
- [Commits](dtolnay/rust-toolchain@7b1c307...c5a29dd)

Updates `Swatinem/rust-cache` from 2.7.3 to 2.7.7
- [Release notes](https://github.com/swatinem/rust-cache/releases)
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md)
- [Commits](Swatinem/rust-cache@v2.7.3...v2.7.7)

Updates `MarcoIeni/release-plz-action` from 0.5.71 to 0.5.89
- [Release notes](https://github.com/marcoieni/release-plz-action/releases)
- [Commits](release-plz/action@v0.5.71...v0.5.89)

Updates `taiki-e/install-action` from 2.44.13 to 2.47.31
- [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@v2.44.13...v2.47.31)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-dependencies
- dependency-name: DeterminateSystems/nix-installer-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-dependencies
- dependency-name: DeterminateSystems/magic-nix-cache-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-dependencies
- dependency-name: dtolnay/rust-toolchain
  dependency-type: direct:production
  dependency-group: github-dependencies
- dependency-name: Swatinem/rust-cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-dependencies
- dependency-name: MarcoIeni/release-plz-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-dependencies
- dependency-name: taiki-e/install-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-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 Jan 30, 2025
@eopb eopb merged commit a5f69f8 into main Jan 30, 2025
15 checks passed
@eopb eopb deleted the dependabot/github_actions/github-dependencies-fa4f043e37 branch January 30, 2025 21:34
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