Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 1d70203

Browse files
Bump the determinatesystems-actions group with 2 updates (#481)
Bumps the determinatesystems-actions 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 9 to 10 - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](DeterminateSystems/nix-installer-action@v9...v10) Updates `DeterminateSystems/magic-nix-cache-action` from 3 to 4 - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases) - [Commits](DeterminateSystems/magic-nix-cache-action@v3...v4) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: determinatesystems-actions - dependency-name: DeterminateSystems/magic-nix-cache-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: determinatesystems-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent abc1943 commit 1d70203

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
@@ -26,8 +26,8 @@ jobs:
2626
timeout-minutes: 30
2727
steps:
2828
- uses: actions/checkout@v4
29-
- uses: DeterminateSystems/nix-installer-action@v9
30-
- uses: DeterminateSystems/magic-nix-cache-action@v3
29+
- uses: DeterminateSystems/nix-installer-action@v10
30+
- uses: DeterminateSystems/magic-nix-cache-action@v4
3131
- run: nix flake check
3232
- run: nix develop --command echo 'This step should be done before any other "nix develop" steps because of measuring Nix build time'
3333
- run: nix develop --command npm install

0 commit comments

Comments
 (0)