Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 2, 2023

Bumps goto-bus-stop/setup-zig from 1 to 2.

Release notes

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

v2.0.0

  • Change version option default to master. See #24

v1.4.0

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

v1.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
  • Add tests for the version -> URL resolution code.

v1.2.5

  • Update dependencies to fix #11.

v1.2.4

  • Update dependencies simple-get and ncc.

v1.2.3

  • Configure a workflow to build setup-zig releases automatically.

v1.2.2

  • Update examples. (#7)
  • Upgrade dependencies.
  • Recommend using setup-zig@v1 instead of pinning to a version.

v1.2.1

  • Make version: master actually work.

v1.2.0

  • Allow setting version: master to get the latest build from the development branch.

v1.1.0

  • Load the zig binaries from tool cache if available.
  • Use the ziglang.org download index instead of downloading from Github Releases.
  • Bundle the action JavaScript code, reducing repository size.

v1.0.1

  • Add an icon and colour.
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.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
  • Add tests for the version -> URL resolution code.

1.2.5

  • Update dependencies to fix #11.

1.2.4

  • Update dependencies simple-get and ncc.

1.2.3

  • Configure Actions to build releases automatically.

1.2.2

  • Update examples. (#7)
  • Upgrade dependencies.
  • Recommend using @​v1 instead of pinning to a version.

... (truncated)

Commits

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 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 [goto-bus-stop/setup-zig](https://github.com/goto-bus-stop/setup-zig) from 1 to 2.
- [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@v1...v2)

---
updated-dependencies:
- dependency-name: goto-bus-stop/setup-zig
  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 Aug 2, 2023
@joachimschmidt557
Copy link
Member

@dependabot squash and merge

@dependabot dependabot bot merged commit ad8aba7 into master Aug 2, 2023
@dependabot dependabot bot deleted the dependabot/github_actions/goto-bus-stop/setup-zig-2 branch August 2, 2023 21:58
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.

2 participants