From b4282449e5a416aa7c85cbb9c7c1e4012935246d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 10:52:12 +0000 Subject: [PATCH] chore(deps): bump DeterminateSystems/nix-installer-action from 17 to 18 Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 17 to 18. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/21a544727d0c62386e78b4befe52d19ad12692e3...c723f3a885e3f1d866d91f4f0c33dd44b1fc7c60) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-version: '18' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/flakehub-tagged.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flakehub-tagged.yml b/.github/workflows/flakehub-tagged.yml index 22b04a8..58c0cc7 100644 --- a/.github/workflows/flakehub-tagged.yml +++ b/.github/workflows/flakehub-tagged.yml @@ -20,7 +20,7 @@ jobs: with: persist-credentials: false ref: "${{ (inputs.tag != null) && format('refs/tags/{0}', inputs.tag) || '' }}" - - uses: DeterminateSystems/nix-installer-action@21a544727d0c62386e78b4befe52d19ad12692e3 # v17 + - uses: DeterminateSystems/nix-installer-action@c723f3a885e3f1d866d91f4f0c33dd44b1fc7c60 # v18 - uses: DeterminateSystems/flakehub-push@8da9e38b7e77f2b0a8aa08a22e57cc5c6316ea72 # v5 with: visibility: "public"