From 095f9bcec1f3c1b44f2066d3a6c610044d928743 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 09:07:33 +0100 Subject: [PATCH] Bump cachix/install-nix-action from 21 to 22 (#26) Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 21 to 22. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v21...v22) --- 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/dotnet.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dotnet.yaml b/.github/workflows/dotnet.yaml index 9cae59e..1099c23 100644 --- a/.github/workflows/dotnet.yaml +++ b/.github/workflows/dotnet.yaml @@ -44,7 +44,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Install Nix - uses: cachix/install-nix-action@v21 + uses: cachix/install-nix-action@v22 with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} @@ -57,7 +57,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Install Nix - uses: cachix/install-nix-action@v21 + uses: cachix/install-nix-action@v22 with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} @@ -70,7 +70,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Install Nix - uses: cachix/install-nix-action@v21 + uses: cachix/install-nix-action@v22 with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} @@ -83,7 +83,7 @@ jobs: steps: - uses: actions/checkout@master - name: Install Nix - uses: cachix/install-nix-action@v21 + uses: cachix/install-nix-action@v22 with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}