From aa3269a38cf773a7bc9546832076f0adf3f19460 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:26:42 +0100 Subject: [PATCH] Bump cachix/install-nix-action from V27 to 28 (#39) Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from V27 to 28. 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/V27...V28) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/dotnet.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/dotnet.yaml b/.github/workflows/dotnet.yaml index f89e623..1b2fc4b 100644 --- a/.github/workflows/dotnet.yaml +++ b/.github/workflows/dotnet.yaml @@ -47,7 +47,7 @@ jobs: with: fetch-depth: 0 # so that NerdBank.GitVersioning has access to history - name: Install Nix - uses: cachix/install-nix-action@V27 + uses: cachix/install-nix-action@V28 with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} @@ -68,7 +68,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Install Nix - uses: cachix/install-nix-action@V27 + uses: cachix/install-nix-action@V28 with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} @@ -83,7 +83,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Install Nix - uses: cachix/install-nix-action@V27 + uses: cachix/install-nix-action@V28 with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} @@ -96,7 +96,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Install Nix - uses: cachix/install-nix-action@V27 + uses: cachix/install-nix-action@V28 with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} @@ -109,7 +109,7 @@ jobs: steps: - uses: actions/checkout@master - name: Install Nix - uses: cachix/install-nix-action@V27 + uses: cachix/install-nix-action@V28 with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} @@ -122,7 +122,7 @@ jobs: steps: - uses: actions/checkout@master - name: Install Nix - uses: cachix/install-nix-action@V27 + uses: cachix/install-nix-action@V28 with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} @@ -136,7 +136,7 @@ jobs: with: fetch-depth: 0 # so that NerdBank.GitVersioning has access to history - name: Install Nix - uses: cachix/install-nix-action@V27 + uses: cachix/install-nix-action@V28 with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} @@ -220,7 +220,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install Nix - uses: cachix/install-nix-action@V27 + uses: cachix/install-nix-action@V28 with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}