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

chore(deps): bump nixbuild/nixbuild-action from 4 to 12 #34

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 20, 2022

Bumps nixbuild/nixbuild-action from 4 to 12.

Release notes

Sourced from nixbuild/nixbuild-action's releases.

nixbuild/nixbuild-action@v12

Changes

  • ci-workflow: Fix building of builds using import-from-derivation.

  • ci-workflow: Add a setting nix_version that can be used to select which Nix version should be used to perform builds.

  • ci-workflow: Bump the version of nix-quick-install-action from v14 to v16. This changes the default Nix version from 2.8.1 to 2.9.1.

nixbuild/nixbuild-action@v11

Changes

  • ci-workflow: Clean up uploaded artifact names, so characters in attribute names can't cause upload failures.

  • ci-workflow: Bump the version of nix-quick-install-action from v12 to v14. This changes the used Nix version from 2.7.0 to 2.8.1.

nixbuild/nixbuild-action@v10

Changes

  • Add a reusable CI Workflow.

    This workflow automatically evaluates your Nix Flake and build checks and/or packages. Each build runs as a separate job in GitHub Actions and therefore provides you with a simple CI dashboard in the GitHub Actions UI.

    The reusable workflow takes care of setting up Nix and nixbuild.net inside your workflow, making the required configuration truly minimal:

    name: Examples
    on: push
    jobs:
      my-nix-builds:
        uses: nixbuild/nixbuild-action/.github/workflows/ci-workflow.yml@v10
        secrets:
          nixbuild_ssh_key: ${{ secrets.nixbuild_ssh_key }}
    

nixbuild/nixbuild-action@v9

Changes

nixbuild/nixbuild-action@v8

Changes

... (truncated)

Changelog

Sourced from nixbuild/nixbuild-action's changelog.

v12

Changes

  • ci-workflow: Fix building of builds using import-from-derivation.

  • ci-workflow: Add a setting nix_version that can be used to select which Nix version should be used to perform builds.

  • ci-workflow: Bump the version of nix-quick-install-action from v14 to v16. This changes the default Nix version from 2.8.1 to 2.9.1.

Commits
  • 8746302 Release v12
  • a6208c9 ci-workflow: Bump nix-quick-install-action to v16
  • fd2afbc ci: Bump nix-quick-install-action to v16
  • 7e6ac28 ci-workflow: Disable the remote builder
  • 2f43509 ci-workflow: Add a setting for selecting which Nix version to use
  • 4cefd08 Merge pull request #15 from nixbuild/dependabot/github_actions/nixbuild/nix-q...
  • 3464007 build(deps): bump nixbuild/nix-quick-install-action from 14 to 15
  • 5aac1ff Release v11
  • 4ced71c Merge pull request #14 from nixbuild/dependabot/github_actions/nixbuild/nix-q...
  • d4b7e50 build(deps): bump nixbuild/nix-quick-install-action from 13 to 14
  • 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 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 [nixbuild/nixbuild-action](https://github.com/nixbuild/nixbuild-action) from 4 to 12.
- [Release notes](https://github.com/nixbuild/nixbuild-action/releases)
- [Changelog](https://github.com/nixbuild/nixbuild-action/blob/master/RELEASE)
- [Commits](nixbuild/nixbuild-action@v4...v12)

---
updated-dependencies:
- dependency-name: nixbuild/nixbuild-action
  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 Jun 20, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 9, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

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.

None yet

0 participants