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: v31.2.0
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: v31.3.0
Choose a head ref
  • 10 commits
  • 5 files changed
  • 4 contributors

Commits on Apr 7, 2025

  1. feat: Pin actions to hashes

    Done with pin-github-action <https://github.com/mheap/pin-github-action>
    1.8.0 using `npx pin-github-action .github/workflows/*.yml`, and then
    manually bumping the version tag to the relevant number.
    
    This fixes the issue that it is common practice for GitHub Actions
    authors to move major tags when releasing new minor versions.
    
    Dependabot supports updating in the same fashion, bumping the version
    tag when updating the hash.
    l0b0 committed Apr 7, 2025
    Configuration menu
    Copy the full SHA
    f3ff3f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2025

  1. docs: add release notes

    sandydoo committed Apr 18, 2025
    Configuration menu
    Copy the full SHA
    9b4ef2f View commit details
    Browse the repository at this point in the history
  2. remove unused gitignores

    sandydoo committed Apr 18, 2025
    Configuration menu
    Copy the full SHA
    eafea80 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #201 from l0b0/feat/pin-actions

    feat: Pin actions to hashes
    sandydoo authored Apr 18, 2025
    Configuration menu
    Copy the full SHA
    48cf9b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. chore(deps): bump actions/checkout from 4.1.1 to 4.2.2

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.2.2.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@b4ffde6...11bd719)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 4.2.2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 21, 2025
    Configuration menu
    Copy the full SHA
    83772d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

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

    …/checkout-4.2.2
    
    chore(deps): bump actions/checkout from 4.1.1 to 4.2.2
    sandydoo authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    80f8d94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f800b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

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

Commits on Apr 30, 2025

  1. nix: 2.28.2 -> 2.28.3

    Mic92 committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    b2b89c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5261181 View commit details
    Browse the repository at this point in the history
Loading