summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-11-11 14:42:01 -0500
committerGitHub <[email protected]>2024-11-11 14:42:01 -0500
commitfdc1220043925f5c5ef29b849ec8387aa5bc28ad (patch)
tree38d4bb8c8a25526142c0debc5494a810d810f545 /.github/workflows
parent67c723c8e64be6a22621aa74c14f8832d2f3e27d (diff)
ci: bump DeterminateSystems/nix-installer-action from 14 to 15 (#33)
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>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yaml4
-rw-r--r--.github/workflows/clippy.yaml2
-rw-r--r--.github/workflows/update-flake.yaml2
3 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 0ba71ce..e9794c7 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v4
- name: Install Nix
- uses: DeterminateSystems/nix-installer-action@v14
+ uses: DeterminateSystems/nix-installer-action@v15
- name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@v8
@@ -53,7 +53,7 @@ jobs:
uses: actions/checkout@v4
- name: Install Nix
- uses: DeterminateSystems/nix-installer-action@v14
+ uses: DeterminateSystems/nix-installer-action@v15
- name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@v8
diff --git a/.github/workflows/clippy.yaml b/.github/workflows/clippy.yaml
index 32f2f11..745a126 100644
--- a/.github/workflows/clippy.yaml
+++ b/.github/workflows/clippy.yaml
@@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v4
- name: Install Nix
- uses: DeterminateSystems/nix-installer-action@v14
+ uses: DeterminateSystems/nix-installer-action@v15
- name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@v8
diff --git a/.github/workflows/update-flake.yaml b/.github/workflows/update-flake.yaml
index 02e4d3b..886aa3d 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@v14
+ uses: DeterminateSystems/nix-installer-action@v15
- uses: DeterminateSystems/update-flake-lock@v24
with: