summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-16 15:56:50 +0000
committerseth <[email protected]>2024-09-16 12:14:44 -0400
commit4d51c81141631c3c8afa4fd680813c4af286cc2f (patch)
treeb942cfd824996ef8a963062bcd07118b6194b637
parent94a295165c76cc80b1a1740441bd4d29944b3806 (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.yaml4
-rw-r--r--.github/workflows/update-flake.yaml2
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 4d6b4cc..250f257 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.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: Setup cache
uses: DeterminateSystems/magic-nix-cache-action@v8
@@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v4
- name: Install Nix
- uses: DeterminateSystems/nix-installer-action@v13
+ uses: DeterminateSystems/nix-installer-action@v14
- name: Setup cache
uses: DeterminateSystems/magic-nix-cache-action@v8
diff --git a/.github/workflows/update-flake.yaml b/.github/workflows/update-flake.yaml
index 580fa7d..4e33720 100644
--- a/.github/workflows/update-flake.yaml
+++ b/.github/workflows/update-flake.yaml
@@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4
- name: Install Nix
- uses: DeterminateSystems/nix-installer-action@v13
+ uses: DeterminateSystems/nix-installer-action@v14
- name: Update flake.lock & make PR
uses: DeterminateSystems/update-flake-lock@v24