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

Commit 853149c

Browse files
Bump DeterminateSystems/magic-nix-cache-action from 3 to 4
Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/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/magic-nix-cache-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 98acf82 commit 853149c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-nix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v4
2828
- uses: DeterminateSystems/nix-installer-action@v9
29-
- uses: DeterminateSystems/magic-nix-cache-action@v3
29+
- uses: DeterminateSystems/magic-nix-cache-action@v4
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 npm install

0 commit comments

Comments
 (0)