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 | |
| 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]>
| -rw-r--r-- | .github/workflows/ci.yaml | 6 | ||||
| -rw-r--r-- | .github/workflows/publish.yaml | 2 | ||||
| -rw-r--r-- | .github/workflows/update-lock.yaml | 2 |
3 files changed, 5 insertions, 5 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: | diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index d804637..3f21271 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v13 + uses: DeterminateSystems/nix-installer-action@v14 - name: Push to Flakehub uses: DeterminateSystems/flakehub-push@v5 diff --git a/.github/workflows/update-lock.yaml b/.github/workflows/update-lock.yaml index 9ba9d51..76850aa 100644 --- a/.github/workflows/update-lock.yaml +++ b/.github/workflows/update-lock.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v13 + uses: DeterminateSystems/nix-installer-action@v14 - name: Update lockfile & make PR uses: DeterminateSystems/update-flake-lock@v23 |
