Skip to content

Bump mlugg/setup-zig from 1 to 2#608

Closed
dependabot[bot] wants to merge 3 commits intocloudfrom
dependabot/github_actions/devel/mlugg/setup-zig-2
Closed

Bump mlugg/setup-zig from 1 to 2#608
dependabot[bot] wants to merge 3 commits intocloudfrom
dependabot/github_actions/devel/mlugg/setup-zig-2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2025

Bumps mlugg/setup-zig from 1 to 2.

Release notes

Sourced from mlugg/setup-zig's releases.

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"

v1.2.1

  • Fix .zip tarball extraction
  • Add two new mirrors
  • Don't attempt to cache global Zig cache if it doesn't exist (#8)

v1.2.0

  • Add the use-cache option to disable preservation of the Zig global cache directory

v1.1.1

  • Fix the restriction of mirror to not be ziglang.org (I forgot to implement it before)
  • Append query parameter to downloads so mirrors can know that traffic is coming from Actions
  • Add new mirror (thanks @​hryx!)

v1.1.0

  • Support looking up Mach nominated versions, e.g. 2024.5.0-mach
  • Support overriding download mirror

See README.md for details.

Commits
  • aa9ad5c README: reference setup-zig@v2
  • 8514483 chore: Temporarily remove mirror (maintenance)
  • 915f706 post: harden totalSize against fs races
  • 9d38a7a minisign: fix typo
  • c912213 Update machengine mirror ownership info
  • e1d6dd2 Support Mach nominated versions in build.zig.zon
  • 9ac9efd Clear Zig cache directory when it grows too large
  • 0a889b2 Update @​actions/cache to 4.0.2
  • 0f2d1f2 Validate trusted comment in minisign signature
  • 806c1bb Add option to customize cache key
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

epompeii and others added 3 commits May 8, 2025 10:47
Bumps [mlugg/setup-zig](https://github.com/mlugg/setup-zig) from 1 to 2.
- [Release notes](https://github.com/mlugg/setup-zig/releases)
- [Commits](mlugg/setup-zig@v1...v2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 11, 2025
@epompeii epompeii force-pushed the devel branch 5 times, most recently from fd81639 to cecd603 Compare February 2, 2026 07:07
Base automatically changed from devel to cloud February 26, 2026 03:15
epompeii pushed a commit that referenced this pull request Mar 25, 2026
- actions/cache v4 → v5
- actions/download-artifact v4 → v7
- actions/upload-artifact v4 → v6
- mlugg/setup-zig v1 → v2
- lycheeverse/lychee-action v2.3.0 → v2.4.1

Supersedes #607, #608, #630, #631, #632

https://claude.ai/code/session_01GvcMR9yr5MKruNmrXWadDn
epompeii added a commit that referenced this pull request Mar 25, 2026
## Summary

- `actions/cache` v4 → v5
- `actions/download-artifact` v4 → v7
- `actions/upload-artifact` v4 → v6
- `mlugg/setup-zig` v1 → v2
- `lycheeverse/lychee-action` v2.3.0 → v2.4.1

All upgrades are backward compatible — no workflow input/config changes
needed. `upload-artifact@v6` and `download-artifact@v7` are fully
compatible with each other.

Supersedes #607, #608, #630, #631, #632

## Test plan

- [ ] CI workflows pass with the updated action versions
- [ ] Artifact upload/download works correctly across jobs

https://claude.ai/code/session_01GvcMR9yr5MKruNmrXWadDn

---------

Co-authored-by: Claude <noreply@anthropic.com>
@epompeii epompeii closed this Mar 26, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 26, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/github_actions/devel/mlugg/setup-zig-2 branch March 26, 2026 12:16
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant