From e83d815c0901452b48c8d20bbf428f4cbb1b1031 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 04:33:48 +0000 Subject: [PATCH] chore: bump nixbuild/nix-quick-install-action from 17 to 18 Bumps [nixbuild/nix-quick-install-action](https://github.com/nixbuild/nix-quick-install-action) from 17 to 18. - [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/v17...v18) --- 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/build-docker-image.yaml | 2 +- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-docker-image.yaml b/.github/workflows/build-docker-image.yaml index 567fdaba..ac2c0670 100644 --- a/.github/workflows/build-docker-image.yaml +++ b/.github/workflows/build-docker-image.yaml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 0 - - uses: nixbuild/nix-quick-install-action@v17 + - uses: nixbuild/nix-quick-install-action@v18 with: nix_version: 2.4 nix_conf: | diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4a07f1b5..2015e7a5 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 - - uses: nixbuild/nix-quick-install-action@v17 + - uses: nixbuild/nix-quick-install-action@v18 with: nix_version: 2.4 nix_conf: |