diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-09 20:21:47 +0000 |
|---|---|---|
| committer | seth <[email protected]> | 2024-09-12 14:43:02 -0400 |
| commit | 6c5fdaa966d00789303a0850eb7008be7d4d766d (patch) | |
| tree | 8bd77734dfb8e05dd1256336c9bd688981a99b66 /.github/workflows/ci.yaml | |
| parent | 8b1fa64bf4394018cb564abd81aa16f1f10f1d2c (diff) | |
ci: bump DeterminateSystems/nix-installer-action from 13 to 14
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 13 to 14.
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases)
- [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v13...v14)
---
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 38b7451..479dfff 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,11 +37,11 @@ jobs: - name: Install Nix if: matrix.system != 'aarch64-linux' - uses: DeterminateSystems/nix-installer-action@v13 + uses: DeterminateSystems/nix-installer-action@v14 - name: Install Nix (with aarch64) if: matrix.system == 'aarch64-linux' - uses: DeterminateSystems/nix-installer-action@v13 + uses: DeterminateSystems/nix-installer-action@v14 with: extra-conf: "extra-platforms = aarch64-linux arm-linux" @@ -86,7 +86,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v13 + uses: DeterminateSystems/nix-installer-action@v14 - name: Run check run: | |
