commit 29abab2b0d3d6fff0eb294657edce215c64f1046
parent 63b668ef5aa904123deb41d81c67dd69787c1f19
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 6 Dec 2023 05:35:15 +0000
parent 63b668ef5aa904123deb41d81c67dd69787c1f19
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 6 Dec 2023 05:35:15 +0000
build(deps): bump DeterminateSystems/nix-installer-action from 8 to 9 Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 8 to 9. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v8...v9) --- 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@v8 + - uses: DeterminateSystems/nix-installer-action@v9 - uses: DeterminateSystems/flakehub-push@v3 with: visibility: public