diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-27 22:47:28 +0000 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-28 02:55:13 +0000 |
| commit | 5341bafa1b7bbac2eb16d4e8b651a734f2005af0 (patch) | |
| tree | 92b603360340488f9e7c06258f1cfef7d2e88477 /.github/workflows | |
| parent | f5395d89effc6c7b443923c09a7ce41f9d2a3399 (diff) | |
actions: bump DeterminateSystems/nix-installer-action from 7 to 8
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 7 to 8.
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases)
- [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v7...v8)
---
updated-dependencies:
- dependency-name: DeterminateSystems/nix-installer-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 42f8e92..959c4cb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,11 +32,11 @@ jobs: - name: Install Nix if: matrix.arch != 'aarch64' - uses: DeterminateSystems/nix-installer-action@v7 + uses: DeterminateSystems/nix-installer-action@v8 - name: Install Nix (with aarch64) if: matrix.arch == 'aarch64' - uses: DeterminateSystems/nix-installer-action@v7 + uses: DeterminateSystems/nix-installer-action@v8 with: extra-conf: "extra-platforms = aarch64-linux arm-linux" @@ -58,7 +58,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v7 + uses: DeterminateSystems/nix-installer-action@v8 - name: Setup cache uses: DeterminateSystems/magic-nix-cache-action@v2 |
