Skip to content

Commit 9d58047

Browse files
Bump DeterminateSystems/nix-installer-action in the nix-actions group (#382)
Bumps the nix-actions group with 1 update: [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action). Updates `DeterminateSystems/nix-installer-action` from 19 to 20 - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](DeterminateSystems/nix-installer-action@v19...v20) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-version: '20' dependency-type: direct:production update-type: version-update:semver-major dependency-group: nix-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent efccd08 commit 9d58047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
timeout-minutes: 30
2727
steps:
2828
- uses: actions/checkout@v5
29-
- uses: DeterminateSystems/nix-installer-action@v19
29+
- uses: DeterminateSystems/nix-installer-action@v20
3030
- run: nix flake check
3131
- run: nix develop --command echo 'This step should be done before any other "nix develop" steps because of measuring Nix build time'
3232
- run: nix develop --command bundle install

0 commit comments

Comments
 (0)