commit 5a5694d85be807bc84911e791d1917bffcbfa130
parent d9ec6a90764ddec918ef441e8b83d6aebae9226f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 13 Oct 2023 05:42:19 +0000
parent d9ec6a90764ddec918ef441e8b83d6aebae9226f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 13 Oct 2023 05:42:19 +0000
build(deps): bump DeterminateSystems/nix-installer-action from 5 to 6 Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 5 to 6. - [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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v4 with: ref: ${{ inputs.tag != null && format('refs/tags/{0}', inputs.tag) || '' }} - - uses: DeterminateSystems/nix-installer-action@v5 + - uses: DeterminateSystems/nix-installer-action@v6 - uses: DeterminateSystems/flakehub-push@v3 with: visibility: public