From 18c63f12b25e5bb44a345fe547902d4270f30879 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 15:55:24 +0000 Subject: [PATCH] build(deps): Bump DeterminateSystems/nix-installer-action from 9 to 12 Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 9 to 12. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v9...v12) --- 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/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index e97915e..8f1ebd3 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -15,7 +15,7 @@ jobs: contents: write steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@v9 + - uses: DeterminateSystems/nix-installer-action@v12 - uses: DeterminateSystems/update-flake-lock@v20 with: pr-title: "chore: update flake.lock"