From 6ce78e8ff8a34556f2263756d701f9dd0112a845 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 05:15:21 +0000 Subject: [PATCH] chore(deps): bump cachix/install-nix-action from V28 to 29 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from V28 to 29. This release includes the previously tagged commit. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/V28...v29) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yaml | 2 +- .github/workflows/installer.yaml | 2 +- .github/workflows/update.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index f224ff8..75e116c 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install nix - uses: cachix/install-nix-action@V28 + uses: cachix/install-nix-action@v29 with: extra_nix_config: "extra-experimental-features = nix-command flakes" diff --git a/.github/workflows/installer.yaml b/.github/workflows/installer.yaml index b25264d..63e1daa 100644 --- a/.github/workflows/installer.yaml +++ b/.github/workflows/installer.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install nix - uses: cachix/install-nix-action@V28 + uses: cachix/install-nix-action@v29 with: extra_nix_config: "extra-experimental-features = nix-command flakes" diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 435e052..2cf82c3 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install nix - uses: cachix/install-nix-action@V28 + uses: cachix/install-nix-action@v29 with: extra_nix_config: "extra-experimental-features = nix-command flakes"