From 33b21fb6be1731e5fee8fdb89652e9d255cb0ff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 08:59:33 +0000 Subject: [PATCH] Bump the actions group with 1 update (#187) Bumps the actions group with 1 update: [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action). - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v5...v6) --- 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 d1d968e..2ea4d63 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@v5 + uses: DeterminateSystems/nix-installer-action@v6 - name: Update flake.lock uses: DeterminateSystems/update-flake-lock@v20 with: