summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-10 15:38:59 +0000
committerseth <[email protected]>2024-06-10 18:26:17 -0400
commit6ecc96acfa0bcf9a18db89e2bf9ba5f4db6729b9 (patch)
treeb19997a4a9c0bbbf0c7c58f1af6333a698daecfc /.github/workflows
parent742cb02b1b34a42bb2ac32b1379fd91f36a49723 (diff)
ci: bump DeterminateSystems/nix-installer-action from 11 to 12
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 11 to 12. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v11...v12) --- 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')
-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 5db7f99..9b49adc 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@v11
+ uses: DeterminateSystems/nix-installer-action@v12
- name: Setup cache
uses: DeterminateSystems/magic-nix-cache-action@v7
@@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v4
- name: Install Nix
- uses: DeterminateSystems/nix-installer-action@v11
+ uses: DeterminateSystems/nix-installer-action@v12
- name: Setup cache
uses: DeterminateSystems/magic-nix-cache-action@v7
diff --git a/.github/workflows/update-flake.yaml b/.github/workflows/update-flake.yaml
index 075d42b..42ad2db 100644
--- a/.github/workflows/update-flake.yaml
+++ b/.github/workflows/update-flake.yaml
@@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4
- name: Install Nix
- uses: DeterminateSystems/nix-installer-action@v11
+ uses: DeterminateSystems/nix-installer-action@v12
- name: Update lockfile & make PR
uses: DeterminateSystems/update-flake-lock@v21