summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-22 20:38:52 +0000
committerseth <[email protected]>2024-07-22 20:57:50 -0400
commitcd7e05c588504950960d4e0d77ba1efa8d9eac03 (patch)
tree2cfde8614bc3fd39aa1d05b474ea674268e42da7
parent89b3195c78302ebeedf15a4b943e965eaeb911f1 (diff)
ci: bump DeterminateSystems/nix-installer-action from 12 to 13
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 12 to 13. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v12...v13) --- 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.yaml6
-rw-r--r--.github/workflows/publish.yaml2
-rw-r--r--.github/workflows/update-lock.yaml2
3 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 04015a6..38b7451 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@v12
+ uses: DeterminateSystems/nix-installer-action@v13
- name: Install Nix (with aarch64)
if: matrix.system == 'aarch64-linux'
- uses: DeterminateSystems/nix-installer-action@v12
+ uses: DeterminateSystems/nix-installer-action@v13
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@v12
+ uses: DeterminateSystems/nix-installer-action@v13
- name: Run check
run: |
diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml
index 6b140c5..3ec6bbe 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@v12
+ uses: DeterminateSystems/nix-installer-action@v13
- name: Push to Flakehub
uses: DeterminateSystems/flakehub-push@v4
diff --git a/.github/workflows/update-lock.yaml b/.github/workflows/update-lock.yaml
index 4f291df..9ba9d51 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@v12
+ uses: DeterminateSystems/nix-installer-action@v13
- name: Update lockfile & make PR
uses: DeterminateSystems/update-flake-lock@v23