Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cachix/install-nix-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v17
Choose a base ref
...
head repository: cachix/install-nix-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v18
Choose a head ref
  • 11 commits
  • 11 files changed
  • 5 contributors

Commits on Mar 30, 2022

  1. chore(deps): bump actions/setup-go from 2.2.0 to 3

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.2.0 to 3.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v2.2.0...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    4e13e47 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Merge pull request #123 from cachix/dependabot/github_actions/actions…

    …/setup-go-3
    
    chore(deps): bump actions/setup-go from 2.2.0 to 3
    domenkozar authored Apr 7, 2022
    Configuration menu
    Copy the full SHA
    24e801e View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Configuration menu
    Copy the full SHA
    112054f View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

  1. Merge pull request #134 from lovesegfault/composite-action

    refactor: replace with a simpler composite action
    domenkozar authored Apr 10, 2022
    Configuration menu
    Copy the full SHA
    451e611 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. install-nix.sh: Collapse log messages

    The Nix installer produces a significant number of log messages, but
    usually those messages are not really interesting.  Group those messages
    under a header, so that GitHub will keep them collapsed by default.
    
    (Usually log messages are collapsed under the step title anyway, but if
    this action is uses inside another composite action, there is no
    separate step title, therefore the whole Nix installer output is
    immediately visible when the log section for the outer composite action
    is expanded.  Adding the group header fixes this problem.)
    sigprof committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    6c5ba55 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Merge pull request #139 from sigprof/collapse-log-output

    install-nix.sh: Collapse log messages
    domenkozar authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    92d3622 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. fix #140: python -> python3

    domenkozar committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    e17a164 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. readme: don't perpetuate old versions

    (actually, `@v17` will still cause deprecation warnings, but I'll leave this for the upcoming release)
    ggreif authored Oct 12, 2022
    Configuration menu
    Copy the full SHA
    3d1155e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #143 from ggreif/patch-1

    readme: don't perpetuate old versions
    domenkozar authored Oct 12, 2022
    Configuration menu
    Copy the full SHA
    4024cf0 View commit details
    Browse the repository at this point in the history
  3. try to fix act test

    domenkozar committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    8500bf7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #144 from cachix/fix-ci

    try to fix act test
    domenkozar authored Oct 12, 2022
    Configuration menu
    Copy the full SHA
    daddc62 View commit details
    Browse the repository at this point in the history
Loading