From 522f68438eb34fe31ef6f000be0e5dc20a3fda0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 18:34:35 +0000 Subject: [PATCH] Bump DeterminateSystems/nix-installer-action from 1 to 4 Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 1 to 4. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v1...v4) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/flake-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flake-update.yml b/.github/workflows/flake-update.yml index ef778375..5182a7c8 100644 --- a/.github/workflows/flake-update.yml +++ b/.github/workflows/flake-update.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v1 + uses: DeterminateSystems/nix-installer-action@v4 - name: Update flake.lock uses: DeterminateSystems/update-flake-lock@vX with: