diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-20 03:44:47 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-20 03:44:47 -0400 |
| commit | 5f37fcb31e68f956e18652d680d50cbc4bbec0a6 (patch) | |
| tree | 36a9d6eb619b9b83f20deb955b6918ccc6363754 /.github | |
| parent | d0f460887f085c02883aaf33bb18e97ba83f9b6b (diff) | |
actions: bump cachix/install-nix-action from 26 to 27 (#58)
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 26 to 27.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v26...V27)
---
updated-dependencies:
- dependency-name: cachix/install-nix-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yaml | 2 | ||||
| -rw-r--r-- | .github/workflows/update-flake.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index eff19a4..806e16e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: cachix/install-nix-action@v26 + uses: cachix/install-nix-action@V27 - name: Setup Nix cache uses: DeterminateSystems/magic-nix-cache-action@v6 diff --git a/.github/workflows/update-flake.yaml b/.github/workflows/update-flake.yaml index dd290f9..2155110 100644 --- a/.github/workflows/update-flake.yaml +++ b/.github/workflows/update-flake.yaml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: cachix/install-nix-action@v26 + uses: cachix/install-nix-action@V27 - name: Set Git user info run: | |
