Skip to content

build(deps): bump the actions group across 1 directory with 2 updates#256

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/actions-843767e1fc
Open

build(deps): bump the actions group across 1 directory with 2 updates#256
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/actions-843767e1fc

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps the actions group with 2 updates in the / directory: mlugg/setup-zig and cross-platform-actions/action.

Updates mlugg/setup-zig from 2.1.0 to 2.2.1

Release notes

Sourced from mlugg/setup-zig's releases.

v2.2.1

  • Print which version of Zig was installed
  • Add a little more log output (helps debug cache issues)

[!NOTE] The setup-zig project is now hosted on Codeberg, and this GitHub repository exists as a mirror solely to work around the vendor lock-in mechanisms employed by GitHub Actions. While there are no plans to discontinue GitHub Actions support, I would nonetheless encourage users to consider upgrading to Forgejo Actions on a non-profit forge like Codeberg to avoid being affected by GitHub's profit-driven behavior (such as attempting to charge users by the minute for using their own hardware).

v2.2.0

  • Update dependencies
  • Replace libsodium dependency with node:crypto, improving target support
  • Use hardcoded mirror list when ziglang.org is inaccessible
  • Fix incorrect tarball names when fetching certain versions

[!NOTE] The setup-zig project is now hosted on Codeberg, and this GitHub repository exists as a mirror solely to work around the vendor lock-in mechanisms employed by GitHub Actions. While there are no plans to discontinue GitHub Actions support, I would nonetheless encourage users to consider upgrading to Forgejo Actions on a non-profit forge like Codeberg to avoid being affected by GitHub's profit-driven behavior (such as attempting to charge users by the minute for using their own hardware).

Commits
  • d1434d0 Add a bit more logging
  • 449e896 print resolved Zig version
  • e7d1537 Use named capture groups for version string matching
  • 43a69a5 Use cur_dev and min_dev in comparison versionLessThan
  • 7465018 use hardcoded community mirror list when ziglang.org is inaccessible
  • d91b47d tests: fix typo in workflow
  • 7296b2b npm update
  • 1796bca minisign: replace libsodium dependency with node:crypto
  • c09d84c npm: remove direct dependency on unused package
  • See full diff in compare view

Updates cross-platform-actions/action from 0.31.0 to 0.32.0

Release notes

Sourced from cross-platform-actions/action's releases.

Cross Platform Action 0.32.0

Added

  • Add support for OmniOS
Changelog

Sourced from cross-platform-actions/action's changelog.

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.32.0] - 2025-12-21

Added

  • Add support for OmniOS

[0.31.0] - 2025-12-15

Added

  • Add support for FreeBSD 15.0 (#114)

Fixed

  • Fix empty hostname (#113)

[0.30.0] - 2025-11-04

Added

  • Document how to report a security vulnerability
  • Add support for OpenBSD 7.8 (#112)

Security

[0.29.0] - 2025-07-22

Added

Fixed

  • Fix file sync on Haiku (#104)

[0.28.0] - 2025-05-19

Added

[0.27.0] - 2025-01-22

Added

  • Add support for NetBSD 10.1 (#95)

[0.26.0] - 2024-04-12

Added

  • Add support for FreeBSD 13.4
  • Add support for OpenBSD 7.6 (openbsd-builder#20)
  • Add support for FreeBSD 14.2

... (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 actions group with 2 updates in the / directory: [mlugg/setup-zig](https://github.com/mlugg/setup-zig) and [cross-platform-actions/action](https://github.com/cross-platform-actions/action).


Updates `mlugg/setup-zig` from 2.1.0 to 2.2.1
- [Release notes](https://github.com/mlugg/setup-zig/releases)
- [Commits](mlugg/setup-zig@fa65c40...d1434d0)

Updates `cross-platform-actions/action` from 0.31.0 to 0.32.0
- [Release notes](https://github.com/cross-platform-actions/action/releases)
- [Changelog](https://github.com/cross-platform-actions/action/blob/master/changelog.md)
- [Commits](cross-platform-actions/action@3fbf272...492b0c8)

---
updated-dependencies:
- dependency-name: mlugg/setup-zig
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: cross-platform-actions/action
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

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 Feb 1, 2026
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