Skip to content

Commit b3b8c4c

Browse files
Bump the nix group with 2 updates (#233)
Bumps the nix group with 2 updates: [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) and [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action). Updates `DeterminateSystems/nix-installer-action` from 13 to 14 - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](DeterminateSystems/nix-installer-action@v13...v14) Updates `DeterminateSystems/magic-nix-cache-action` from 7 to 8 - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases) - [Commits](DeterminateSystems/magic-nix-cache-action@v7...v8) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: nix - dependency-name: DeterminateSystems/magic-nix-cache-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: nix ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 27f3422 commit b3b8c4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-nix.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
timeout-minutes: 30
2929
steps:
3030
- uses: actions/checkout@v4
31-
- uses: DeterminateSystems/nix-installer-action@v13
32-
- uses: DeterminateSystems/magic-nix-cache-action@v7
31+
- uses: DeterminateSystems/nix-installer-action@v14
32+
- uses: DeterminateSystems/magic-nix-cache-action@v8
3333
- run: nix flake check
3434
- run: nix develop --command echo 'This step should be done before any other "nix develop" steps because of measuring Nix build time'
3535
- run: nix develop --command bundle install

0 commit comments

Comments
 (0)