From 2342da6a346f226ca4a6b7eb473a8b142add7978 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 00:37:15 +0000 Subject: [PATCH] chore(deps): bump nixbuild/nix-quick-install-action from 26 to 28 Bumps [nixbuild/nix-quick-install-action](https://github.com/nixbuild/nix-quick-install-action) from 26 to 28. - [Release notes](https://github.com/nixbuild/nix-quick-install-action/releases) - [Changelog](https://github.com/nixbuild/nix-quick-install-action/blob/master/RELEASE) - [Commits](https://github.com/nixbuild/nix-quick-install-action/compare/v26...v28) --- updated-dependencies: - dependency-name: nixbuild/nix-quick-install-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/haddock.yml | 2 +- .github/workflows/script-evaluation-dump.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/haddock.yml b/.github/workflows/haddock.yml index c38331a978..99a1882be8 100644 --- a/.github/workflows/haddock.yml +++ b/.github/workflows/haddock.yml @@ -15,7 +15,7 @@ jobs: name: github-pages steps: - uses: actions/checkout@v4 - - uses: nixbuild/nix-quick-install-action@v26 + - uses: nixbuild/nix-quick-install-action@v28 with: nix_conf: | experimental-features = nix-command flakes diff --git a/.github/workflows/script-evaluation-dump.yml b/.github/workflows/script-evaluation-dump.yml index c4993ec4d0..fec0a0cdd2 100644 --- a/.github/workflows/script-evaluation-dump.yml +++ b/.github/workflows/script-evaluation-dump.yml @@ -22,7 +22,7 @@ jobs: ref: zliu41/dump-1.35.4 - name: Quick Install Nix - uses: nixbuild/nix-quick-install-action@v26 + uses: nixbuild/nix-quick-install-action@v28 with: # 2.14.1 seems to have issues, see https://github.com/nixbuild/nix-quick-install-action/issues/29 nix_version: '2.13.3'