From d2976dab063f08f44cc4e2232e4137f59a7f846b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 06:53:59 +0000 Subject: [PATCH] build(deps): bump DeterminateSystems/nix-installer-action Bumps the actions group with 1 update in the / directory: [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action). Updates `DeterminateSystems/nix-installer-action` from 14 to 16 - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v14...v16) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... 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 702dc37..aa6e876 100644 --- a/.github/workflows/flake_update.yml +++ b/.github/workflows/flake_update.yml @@ -18,7 +18,7 @@ jobs: with: submodules: true - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v14 + uses: DeterminateSystems/nix-installer-action@v16 - name: Update flake.lock uses: DeterminateSystems/update-flake-lock@v24 with: