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

ci: bump the github-actions group across 1 directory with 5 updates #187

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the github-actions group with 5 updates in the / directory:

Package From To
actions/checkout 4.2.1 4.2.2
taiki-e/setup-cross-toolchain-action 1.24.0 1.27.0
taiki-e/upload-rust-binary-action 1.22.0 1.24.0
actions/create-github-app-token 1.11.0 1.11.1
MarcoIeni/release-plz-action 0.5.76 0.5.88

Updates actions/checkout from 4.2.1 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

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

v4.1.4

v4.1.3

v4.1.2

v4.1.1

v4.1.0

... (truncated)

Commits

Updates taiki-e/setup-cross-toolchain-action from 1.24.0 to 1.27.0

Release notes

Sourced from taiki-e/setup-cross-toolchain-action's releases.

1.27.0

  • Support aarch64/armv7hf linux-gnu targets on new GitHub-hosted AArch64 Linux runners (ubuntu-22.04-arm, ubuntu-24.04-arm). (#25)

    The following targets are supported and tested for native execution:

    • aarch64-unknown-linux-gnu
    • armv7-unknown-linux-gnueabihf
    • thumbv7neon-unknown-linux-gnueabihf

    Other targets may also be work on GitHub-hosted AArch64 Linux runners using QEMU or other runner, but have not yet been tested and support is not guaranteed.

  • Allow cross-compile to arbitrary Apple targets from macOS. (#25)

    GitHub-provided macOS runners support cross-compile for other targets, so this action just runs rustup target add and/or sets some environment variables.

1.26.0

  • Support windows-gnu/windows-gnullvm targets on ubuntu-24.04.

1.25.0

  • Document that the following targets are also supported.

    • wasm32-wasip1-threads (on Linux)
    • wasm32-wasip2 (on Linux)
  • Update the default QEMU version from 9.1 to 9.2.

Changelog

Sourced from taiki-e/setup-cross-toolchain-action's changelog.

Changelog

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

This project adheres to Semantic Versioning.

[Unreleased]

[1.27.0] - 2025-01-18

  • Support aarch64/armv7hf linux-gnu targets on new GitHub-hosted AArch64 Linux runners (ubuntu-22.04-arm, ubuntu-24.04-arm). (#25)

    The following targets are supported and tested for native execution:

    • aarch64-unknown-linux-gnu
    • armv7-unknown-linux-gnueabihf
    • thumbv7neon-unknown-linux-gnueabihf

    Other targets may also be work on GitHub-hosted AArch64 Linux runners using QEMU or other runner, but have not yet been tested and support is not guaranteed.

  • Allow cross-compile to arbitrary Apple targets from macOS. (#25)

    GitHub-provided macOS runners support cross-compile for other targets, so this action just runs rustup target add and/or sets some environment variables.

[1.26.0] - 2024-12-25

  • Support windows-gnu/windows-gnullvm targets on ubuntu-24.04.

[1.25.0] - 2024-12-25

  • Document that the following targets are also supported.

    • wasm32-wasip1-threads (on Linux)
    • wasm32-wasip2 (on Linux)
  • Update the default QEMU version from 9.1 to 9.2.

[1.24.0] - 2024-09-07

  • Support Mac Catalyst targets on macOS host.

    • aarch64-apple-ios-macabi
    • x86_64-apple-ios-macabi

    GitHub-provided macOS runners support cross-compile for other targets, so this action just runs rustup target add and/or sets some environment variables.

... (truncated)

Commits
  • 1b7a78f Release 1.27.0
  • 8742911 Support aarch64/armv7hf linux-gnu targets on new GitHub-hosted AArch64 Linux ...
  • 5d368c2 Clean up scripts
  • fa21170 Format shell scripts with indent_size = 2 to match scripts in CI config
  • 8914748 Update readme
  • 6581a7c Update wine-devel version used in example and CI
  • 649485e ci: Disable buggy dependabot grouped update
  • 2bed6bf ci: Remove GitHub-hosted ubuntu-20.04 runner test
  • bdeb9ca Release 1.26.0
  • c6872cb Update changelog
  • Additional commits viewable in compare view

Updates taiki-e/upload-rust-binary-action from 1.22.0 to 1.24.0

Release notes

Sourced from taiki-e/upload-rust-binary-action's releases.

1.24.0

1.23.0

1.22.1

  • Fix failure when cross-compiling to Windows on non-Windows. (#86)
Changelog

Sourced from taiki-e/upload-rust-binary-action's changelog.

Changelog

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

This project adheres to Semantic Versioning.

[Unreleased]

[1.24.0] - 2024-12-17

[1.23.0] - 2024-11-11

[1.22.1] - 2024-10-19

  • Fix failure when cross-compiling to Windows on non-Windows. (#86)

[1.22.0] - 2024-08-12

[1.21.1] - 2024-07-12

  • Work around rustc's strip bug that mostly affects illumos build. See #80 for details.

[1.21.0] - 2024-06-02

[1.20.0] - 2024-04-10

[1.19.2] - 2024-04-03

  • Add a warning for macos-latest runner architecture change. (#70)

    warning: GitHub Actions changed default architecture of macos-latest since macos-14; consider passing 'target' input option to clarify which target you are building for.

[1.19.1] - 2024-03-26

  • Work around strip bugs in rustc and cargo. See #69 for details.

... (truncated)

Commits

Updates actions/create-github-app-token from 1.11.0 to 1.11.1

Release notes

Sourced from actions/create-github-app-token's releases.

v1.11.1

What's Changed

Bug Fixes

Full Changelog: actions/create-github-app-token@v1.11.0...v1.11.1

Commits
  • c1a2851 build(release): 1.11.1 [skip ci]
  • fa6118c fix(deps): bump the production-dependencies group across 1 directory with 3 u...
  • ae140fa build(deps): bump actions/publish-immutable-action from 0.0.3 to 0.0.4 (#180)
  • c84b152 build(deps-dev): bump the development-dependencies group across 1 directory w...
  • 26a5f36 ci(dependabot): only group minor and patch updates (#192)
  • 6f99576 docs(README): fix typo (#186)
  • 25cc3bd refactor: remove redundant API call (#175)
  • a2c2dfa build(deps-dev): bump the development-dependencies group with 3 updates (#174)
  • 349e62c ci(release): add workflow file for publishing releases to immutable action pa...
  • See full diff in compare view

Updates MarcoIeni/release-plz-action from 0.5.76 to 0.5.88

Release notes

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

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

v0.5.82

What's Changed

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

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

Bumps the github-actions group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4.2.1` | `4.2.2` |
| [taiki-e/setup-cross-toolchain-action](https://github.com/taiki-e/setup-cross-toolchain-action) | `1.24.0` | `1.27.0` |
| [taiki-e/upload-rust-binary-action](https://github.com/taiki-e/upload-rust-binary-action) | `1.22.0` | `1.24.0` |
| [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `1.11.0` | `1.11.1` |
| [MarcoIeni/release-plz-action](https://github.com/marcoieni/release-plz-action) | `0.5.76` | `0.5.88` |



Updates `actions/checkout` from 4.2.1 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@eef6144...11bd719)

Updates `taiki-e/setup-cross-toolchain-action` from 1.24.0 to 1.27.0
- [Release notes](https://github.com/taiki-e/setup-cross-toolchain-action/releases)
- [Changelog](https://github.com/taiki-e/setup-cross-toolchain-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/setup-cross-toolchain-action@92417c3...1b7a78f)

Updates `taiki-e/upload-rust-binary-action` from 1.22.0 to 1.24.0
- [Release notes](https://github.com/taiki-e/upload-rust-binary-action/releases)
- [Changelog](https://github.com/taiki-e/upload-rust-binary-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/upload-rust-binary-action@3bbb07b...e7953b6)

Updates `actions/create-github-app-token` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](actions/create-github-app-token@5d869da...c1a2851)

Updates `MarcoIeni/release-plz-action` from 0.5.76 to 0.5.88
- [Release notes](https://github.com/marcoieni/release-plz-action/releases)
- [Commits](release-plz/action@ede2f28...ca87622)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: taiki-e/setup-cross-toolchain-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: taiki-e/upload-rust-binary-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/create-github-app-token
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: MarcoIeni/release-plz-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Jan 20, 2025
@ethanpailes ethanpailes merged commit 8f5948c into master Jan 24, 2025
5 checks passed
@ethanpailes ethanpailes deleted the dependabot/github_actions/github-actions-89064982ad branch January 24, 2025 19:28
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