From 1ef8a396137d750cd2feb89ebdff39edfac4780b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 20:48:24 +0000 Subject: [PATCH] Bump nixbuild/nix-quick-install-action in the github-actions group Bumps the github-actions group with 1 update: [nixbuild/nix-quick-install-action](https://github.com/nixbuild/nix-quick-install-action). Updates `nixbuild/nix-quick-install-action` from 29 to 30 - [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/v29...v30) --- updated-dependencies: - dependency-name: nixbuild/nix-quick-install-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/hosts.yml | 2 +- .github/workflows/iso.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hosts.yml b/.github/workflows/hosts.yml index cdb09a2..726538b 100644 --- a/.github/workflows/hosts.yml +++ b/.github/workflows/hosts.yml @@ -28,7 +28,7 @@ jobs: ref: ${{ github.head_ref }} - name: Install nix - uses: nixbuild/nix-quick-install-action@v29 + uses: nixbuild/nix-quick-install-action@v30 with: load_nixConfig: false nix_conf: | diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index 96d0955..8021f27 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -20,7 +20,7 @@ jobs: ref: ${{ github.head_ref }} - name: Install nix - uses: nixbuild/nix-quick-install-action@v29 + uses: nixbuild/nix-quick-install-action@v30 with: load_nixConfig: false nix_conf: |