summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-11-05 10:39:43 -0500
committerGitHub <[email protected]>2024-11-05 10:39:43 -0500
commit5bda16aba3c448ba9fd25f3dae81909b3ed5bbe1 (patch)
tree2a7b3f79df92fa9042f54486f23c5877abe08c2f
parent52ff50faa5f83a4cda4427a09019a0ecf47a4256 (diff)
ci: bump DeterminateSystems/nix-installer-action from 14 to 15 (#121)
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 14 to 15. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v14...v15) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/ci.yaml6
-rw-r--r--.github/workflows/publish.yaml2
-rw-r--r--.github/workflows/update-flake.yaml2
3 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 461b871..a485b44 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@v14
+ uses: DeterminateSystems/nix-installer-action@v15
- name: Install Nix (with aarch64)
if: matrix.system == 'aarch64-linux'
- uses: DeterminateSystems/nix-installer-action@v14
+ uses: DeterminateSystems/nix-installer-action@v15
with:
extra-conf: "extra-platforms = aarch64-linux arm-linux"
@@ -78,7 +78,7 @@ jobs:
uses: actions/checkout@v4
- name: Install Nix
- uses: DeterminateSystems/nix-installer-action@v14
+ uses: DeterminateSystems/nix-installer-action@v15
- name: Run check
run: |
diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml
index 3f21271..fbc5509 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@v14
+ uses: DeterminateSystems/nix-installer-action@v15
- name: Push to Flakehub
uses: DeterminateSystems/flakehub-push@v5
diff --git a/.github/workflows/update-flake.yaml b/.github/workflows/update-flake.yaml
index 7321d9e..27611e1 100644
--- a/.github/workflows/update-flake.yaml
+++ b/.github/workflows/update-flake.yaml
@@ -26,7 +26,7 @@ jobs:
token: ${{ steps.app-token.outputs.token }}
- name: Install Nix
- uses: DeterminateSystems/nix-installer-action@v14
+ uses: DeterminateSystems/nix-installer-action@v15
- name: Run update
run: nix flake update