commit 8407d514fcb003fe8bb07a09d8a5c91db88e99a7
parent abddd99c5e049215870f2d05d47c0ea52e176345
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 5 Oct 2023 05:41:46 +0000
parent abddd99c5e049215870f2d05d47c0ea52e176345
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 5 Oct 2023 05:41:46 +0000
build(deps): bump DeterminateSystems/nix-installer-action from 4 to 5 Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 4 to 5. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v4...v5) --- 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@v4 + - uses: DeterminateSystems/nix-installer-action@v5 - uses: DeterminateSystems/flakehub-push@v3 with: visibility: public