From ba6156cd0b13d04a4d451e0fb0c272ff1522c62c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 13:24:05 -0400 Subject: [PATCH] build(deps): bump cachix/install-nix-action from 20 to 21 (#83) Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 20 to 21. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v20...v21) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/pr.yml | 2 +- .github/workflows/update.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 462edadd..7978ba90 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v3 - name: Install nix - uses: cachix/install-nix-action@v20 + uses: cachix/install-nix-action@v21 with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index ea7eacbf..963aa2a7 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -49,7 +49,7 @@ jobs: fetch-depth: 0 - name: Install nix - uses: cachix/install-nix-action@v20 + uses: cachix/install-nix-action@v21 with: extra_nix_config: | experimental-features = nix-command flakes diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 6b0aadd3..ee5339cf 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - name: Install nix - uses: cachix/install-nix-action@v20 + uses: cachix/install-nix-action@v21 with: extra_nix_config: | experimental-features = nix-command flakes