diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-11 22:16:00 +0000 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-12 12:25:48 -0500 |
| commit | 9fe8afd0c5f2b439176728d8863570bf22614dbd (patch) | |
| tree | 66770ecaebae8342b4cbab5ae3efd1fa65cf3ca1 /.github/workflows/ci.yaml | |
| parent | 5341bafa1b7bbac2eb16d4e8b651a734f2005af0 (diff) | |
actions: bump DeterminateSystems/nix-installer-action from 8 to 9
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 8 to 9.
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases)
- [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v8...v9)
---
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/ci.yaml')
| -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 959c4cb..36e806e 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@v8 + uses: DeterminateSystems/nix-installer-action@v9 - name: Install Nix (with aarch64) if: matrix.arch == 'aarch64' - uses: DeterminateSystems/nix-installer-action@v8 + uses: DeterminateSystems/nix-installer-action@v9 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@v8 + uses: DeterminateSystems/nix-installer-action@v9 - name: Setup cache uses: DeterminateSystems/magic-nix-cache-action@v2 |
