From 5b9ef1c48b318c288c0fcde0e4e5d1d7177fcac2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 17:14:51 +0000 Subject: [PATCH] build(deps): bump DeterminateSystems/nix-installer-action from 4 to 9 Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 4 to 9. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v4...v9) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmarks.yaml | 2 +- .github/workflows/check-format.yaml | 4 ++-- .github/workflows/nix-check.yaml | 4 ++-- .github/workflows/nix-deploy.yaml | 2 +- .github/workflows/nix-docker.yaml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/benchmarks.yaml b/.github/workflows/benchmarks.yaml index b152cbf..a356023 100644 --- a/.github/workflows/benchmarks.yaml +++ b/.github/workflows/benchmarks.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install Nix ❄ - uses: DeterminateSystems/nix-installer-action@v4 + uses: DeterminateSystems/nix-installer-action@v9 - name: Run the Magic Nix Cache 🔌 uses: DeterminateSystems/magic-nix-cache-action@v2 diff --git a/.github/workflows/check-format.yaml b/.github/workflows/check-format.yaml index 954fbef..d0c6354 100644 --- a/.github/workflows/check-format.yaml +++ b/.github/workflows/check-format.yaml @@ -41,7 +41,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@v4 + - uses: DeterminateSystems/nix-installer-action@v9 - uses: DeterminateSystems/magic-nix-cache-action@v2 @@ -67,7 +67,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@v4 + - uses: DeterminateSystems/nix-installer-action@v9 - uses: DeterminateSystems/magic-nix-cache-action@v2 diff --git a/.github/workflows/nix-check.yaml b/.github/workflows/nix-check.yaml index 174d278..a37a00e 100644 --- a/.github/workflows/nix-check.yaml +++ b/.github/workflows/nix-check.yaml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@v4 + - uses: DeterminateSystems/nix-installer-action@v9 - uses: DeterminateSystems/magic-nix-cache-action@v2 @@ -36,7 +36,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@v4 + - uses: DeterminateSystems/nix-installer-action@v9 - uses: DeterminateSystems/magic-nix-cache-action@v2 diff --git a/.github/workflows/nix-deploy.yaml b/.github/workflows/nix-deploy.yaml index 7edc248..d51e67b 100644 --- a/.github/workflows/nix-deploy.yaml +++ b/.github/workflows/nix-deploy.yaml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix ❄ - uses: DeterminateSystems/nix-installer-action@v4 + uses: DeterminateSystems/nix-installer-action@v9 - name: Run the Magic Nix Cache 🔌 uses: DeterminateSystems/magic-nix-cache-action@v2 diff --git a/.github/workflows/nix-docker.yaml b/.github/workflows/nix-docker.yaml index 412cc6d..c42e4df 100644 --- a/.github/workflows/nix-docker.yaml +++ b/.github/workflows/nix-docker.yaml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix ❄ - uses: DeterminateSystems/nix-installer-action@v4 + uses: DeterminateSystems/nix-installer-action@v9 - name: Run the Magic Nix Cache 🔌 uses: DeterminateSystems/magic-nix-cache-action@v2