summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-04 06:22:58 -0400
committerGitHub <[email protected]>2024-06-04 06:22:58 -0400
commit981ef90b0cd3484f1433131642b37445b729e687 (patch)
tree14c91e3a4de2d6ca26295f2963bed9343c00be09 /.github/workflows
parent936db5739a58ad5d01810c60e8ebebafc93f00ab (diff)
ci: bump DeterminateSystems/nix-installer-action from 11 to 12 (#3)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yaml2
-rw-r--r--.github/workflows/update-flake.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 7a5bae0..dcbd5eb 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4
- name: Install Nix
- uses: DeterminateSystems/nix-installer-action@v11
+ uses: DeterminateSystems/nix-installer-action@v12
- name: Setup Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v6
diff --git a/.github/workflows/update-flake.yaml b/.github/workflows/update-flake.yaml
index 8430a2c..6fc2aa6 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