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 the ci-dependencies group with 3 updates #127

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps the ci-dependencies group with 3 updates: actions/checkout, taiki-e/install-action and goto-bus-stop/setup-zig.

Updates actions/checkout from 4.1.7 to 4.2.0

Release notes

Sourced from actions/checkout's releases.

v4.2.0

What's Changed

New Contributors

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

Changelog

Sourced from actions/checkout's changelog.

Changelog

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

v4.0.0

v3.6.0

... (truncated)

Commits

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

Release notes

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

2.44.13

  • Update sccache@latest to 0.8.2.

  • Update release-plz@latest to 0.3.92.

2.44.12

  • Fix compatibility issue with Cygwin sh. This fixes a regression introduced in 2.42.0.

2.44.11

  • Update git-cliff@latest to 2.6.1.

2.44.10

  • Update cargo-machete@latest to 0.7.0.

2.44.9

  • Update wasmtime@latest to 25.0.1.

2.44.8

  • Update rclone@latest to 1.68.1.

  • Update syft@latest to 1.13.0.

  • Update cargo-zigbuild@latest to 0.19.3.

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 release-plz@latest to 0.3.93.

  • Update cargo-make@latest to 0.37.18.

  • Update cargo-make@latest to 0.37.17.

[2.44.13] - 2024-09-28

  • Update sccache@latest to 0.8.2.

  • Update release-plz@latest to 0.3.92.

[2.44.12] - 2024-09-28

  • Fix compatibility issue with Cygwin sh. This fixes a regression introduced in 2.42.0.

[2.44.11] - 2024-09-28

  • Update git-cliff@latest to 2.6.1.

[2.44.10] - 2024-09-26

  • Update cargo-machete@latest to 0.7.0.

[2.44.9] - 2024-09-25

  • Update wasmtime@latest to 25.0.1.

[2.44.8] - 2024-09-24

  • Update rclone@latest to 1.68.1.

  • Update syft@latest to 1.13.0.

  • Update cargo-zigbuild@latest to 0.19.3.

[2.44.7] - 2024-09-22

... (truncated)

Commits
  • 9bef7e9 Release 2.44.13
  • 3981b01 Update sccache@latest to 0.8.2
  • 5b02de3 Update release-plz@latest to 0.3.92
  • 5fe2a9c ci: Update cargo-watch/watchexec-cli versions
  • 47e2e5c Release 2.44.12
  • 05718eb Update changelog
  • 942f3ad Fix compatibility issue with Cygwin sh
  • 4a3cc43 Release 2.44.11
  • c8b5e0f ci: Add macos-15
  • 596eade ci: Use taiki-e/github-actions/install-rust action
  • Additional commits viewable in compare view

Updates goto-bus-stop/setup-zig from 2.2.0 to 2.2.1

Release notes

Sourced from goto-bus-stop/setup-zig's releases.

v2.2.1

This will be the final release in this repository. Please see #88 for an upgrade guide. Thanks for using setup-zig!

Thanks @​davidgm94 and @​mlugg!

Changelog

Sourced from goto-bus-stop/setup-zig's changelog.

setup-zig change log

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

This project adheres to Semantic Versioning.

2.2.1

This will be the final release in this repository. Please see #88 for an upgrade guide. Thanks for using setup-zig!

Thanks @​davidgm94 and @​mlugg!

2.2.0

  • Update the action to use Node.js 20. #61
  • Add a test for zig 0.11.0. #62

Thanks @​chenrui333!

2.1.1

  • Fix cache: false, see #55.

Thanks to @​linusg for the report!

2.1.0

  • The action now caches compilers in your repository's Actions cache by default. This significantly speeds up installs on average. #53

    2.0.2 also had caching-related changes but they didn't actually do much, based on a misunderstanding of what the tool-cache is for.

2.0.2

  • Fix tool-cache usage, this should speed up the action if zig was already downloaded before. #45

2.0.1

  • Update docs to v2

2.0.0

  • Change version option default to master. See #24

1.3.0

  • Support pinning to a specific commit of the zig compiler. (@​codehz in #14)
    uses: goto-bus-stop/setup-zig@v1
    with:
      version: 0.6.0+4b48fccad

... (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 ci-dependencies group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [taiki-e/install-action](https://github.com/taiki-e/install-action) and [goto-bus-stop/setup-zig](https://github.com/goto-bus-stop/setup-zig).


Updates `actions/checkout` from 4.1.7 to 4.2.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@692973e...d632683)

Updates `taiki-e/install-action` from 2.44.7 to 2.44.13
- [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@7348990...9bef7e9)

Updates `goto-bus-stop/setup-zig` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/goto-bus-stop/setup-zig/releases)
- [Changelog](https://github.com/goto-bus-stop/setup-zig/blob/default/CHANGELOG.md)
- [Commits](goto-bus-stop/setup-zig@7ab2955...abea47f)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci-dependencies
- dependency-name: taiki-e/install-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ci-dependencies
- dependency-name: goto-bus-stop/setup-zig
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Sep 30, 2024
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.

0 participants