From e8575afe668301fbd6e15bfd97a5f0c738451706 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 05:47:45 +0000 Subject: [PATCH] chore(deps): bump cachix/install-nix-action from 26 to 27 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 26 to 27. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v26...V27) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/nix-portable.yml | 10 +++++----- .github/workflows/update-flake-lock.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/nix-portable.yml b/.github/workflows/nix-portable.yml index ae97d93..c10e41c 100644 --- a/.github/workflows/nix-portable.yml +++ b/.github/workflows/nix-portable.yml @@ -24,7 +24,7 @@ jobs: # Nix Flakes doesn't work on shallow clones fetch-depth: 0 - - uses: cachix/install-nix-action@v26 + - uses: cachix/install-nix-action@V27 with: extra_nix_config: | experimental-features = nix-command flakes @@ -72,7 +72,7 @@ jobs: # Nix Flakes doesn't work on shallow clones fetch-depth: 0 - - uses: cachix/install-nix-action@v26 + - uses: cachix/install-nix-action@V27 with: extra_nix_config: | experimental-features = nix-command flakes @@ -113,7 +113,7 @@ jobs: # # Nix Flakes doesn't work on shallow clones # fetch-depth: 0 - # - uses: cachix/install-nix-action@v26 + # - uses: cachix/install-nix-action@V27 # with: # extra_nix_config: | # experimental-features = nix-command flakes @@ -139,7 +139,7 @@ jobs: # Nix Flakes doesn't work on shallow clones fetch-depth: 0 - - uses: cachix/install-nix-action@v26 + - uses: cachix/install-nix-action@V27 with: extra_nix_config: | experimental-features = nix-command flakes @@ -164,7 +164,7 @@ jobs: # Nix Flakes doesn't work on shallow clones fetch-depth: 0 - - uses: cachix/install-nix-action@v26 + - uses: cachix/install-nix-action@V27 with: extra_nix_config: | experimental-features = nix-command flakes diff --git a/.github/workflows/update-flake-lock.yml b/.github/workflows/update-flake-lock.yml index 8753786..480ba14 100644 --- a/.github/workflows/update-flake-lock.yml +++ b/.github/workflows/update-flake-lock.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Install Nix - uses: cachix/install-nix-action@v26 + uses: cachix/install-nix-action@V27 # `bors merge` will automerge if tests succeed # Requires this github to be installed: https://app.bors.tech/ - name: Update flake.lock