Skip to content

build(deps): bump mlugg/setup-zig from 1.2.1 to 2.0.3 #155

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2025

Bumps mlugg/setup-zig from 1.2.1 to 2.0.3.

Release notes

Sourced from mlugg/setup-zig's releases.

v2.0.3

This release switches from a hardcoded mirrors.json list, to fetching the list of mirrors now available from the Zig website. There are no user-facing changes.

v2.0.2

  • Update dependencies
  • Remove some mirrors experiencing issues
  • Don't use tool cache on GitHub-hosted runners by default (#34)
  • Improve logging, in particular to help debug potential issues

v2.0.1

The recent Zig 0.14.1 release flipped the "arch" and "OS" fields in the tarball name; for instance, zig-x86_64-linux-0.14.1.tar.xz instead of zig-linux-x86_64-0.14.1.tar.xz. This brings the tarball names in line with target triple syntax.

The change does not retroactively apply to old Zig tarballs.

So, this patch has only one fix:

  • Add support for new Zig tarball name format as of Zig 0.14.1 / 0.15.0-dev.631+9a3540d61

[!NOTE]

I do not intend to update v1 to support the new tarball name format. setup-zig version 1 is considered deprecated. Please upgrade to version 2.

v2.0.0

  • Support getting Zig version from build.zig.zon
  • Add option to customize cache key to work around matrix deficiencies
  • Clear Zig cache directory when it grows too large

v1.2.2

[!WARNING] Assuming no serious bugs, this will be the last v1 release. I highly recommend upgrading to v2.

  • Update mirror list
  • Update dependencies
    • This includes the cache service, resolving #36; sorry about that one!
  • Validate minisign "trusted comment"
Commits
  • 5eb0fc8 Use ziglang.org community mirrors list
  • 0483960 npm update
  • edd2134 post: include run attempt in cache name
  • cab5810 post: simplify and rename totalSize
  • e819eaa Don't use the tool cache on GitHub-hosted runners by default
  • 5c89f10 remove buggy mirror
  • e077164 remove zig.nekos.space due to issues
  • 21c57f5 check-mirrors: output results as markdown table
  • 7dccf5e fix: handle new tarball name format as of 0.14.1
  • aa9ad5c README: reference setup-zig@v2
  • 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mlugg/setup-zig](https://github.com/mlugg/setup-zig) from 1.2.1 to 2.0.3.
- [Release notes](https://github.com/mlugg/setup-zig/releases)
- [Commits](mlugg/setup-zig@v1.2.1...v2.0.3)

---
updated-dependencies:
- dependency-name: mlugg/setup-zig
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 1, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 7, 2025

Superseded by #156.

@dependabot dependabot bot closed this Jul 7, 2025
@dependabot dependabot bot deleted the dependabot/github_actions/mlugg/setup-zig-2.0.3 branch July 7, 2025 14: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.

0 participants