summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-13 13:06:08 -0400
committerGitHub <[email protected]>2024-05-13 13:06:08 -0400
commit43a448fe2764551527eeea5fae50e95ba7e7d2fd (patch)
tree2bea80c24caff81e6375b746c99840eb9594f37e
parent93fb5ba954b0fe81266f5fca99289297bb05e908 (diff)
ci: bump DeterminateSystems/nix-installer-action from 10 to 11 (#183)
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 10 to 11. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v10...v11) --- 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>
-rw-r--r--.github/workflows/ci.yaml2
-rw-r--r--.github/workflows/clippy.yaml2
-rw-r--r--.github/workflows/docker.yaml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 3b1962a..14ba8d5 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v4
- name: Install Nix
- uses: DeterminateSystems/nix-installer-action@v10
+ uses: DeterminateSystems/nix-installer-action@v11
- name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@v6
diff --git a/.github/workflows/clippy.yaml b/.github/workflows/clippy.yaml
index 41e03b9..d68ba56 100644
--- a/.github/workflows/clippy.yaml
+++ b/.github/workflows/clippy.yaml
@@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v4
- name: Install Nix
- uses: DeterminateSystems/nix-installer-action@v10
+ uses: DeterminateSystems/nix-installer-action@v11
- name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@v6
diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml
index 4cae14f..7afb0d0 100644
--- a/.github/workflows/docker.yaml
+++ b/.github/workflows/docker.yaml
@@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4
- name: Install Nix
- uses: DeterminateSystems/nix-installer-action@v10
+ uses: DeterminateSystems/nix-installer-action@v11
- name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@v6