Skip to content

Commit 02eeb97

Browse files
authored
Merge pull request #540 from NixOS/renovate/determinatesystems-magic-nix-cache-action-9.x
chore(deps): update determinatesystems/magic-nix-cache-action action to v9
2 parents 4c776dc + 69719be commit 02eeb97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
- uses: cachix/install-nix-action@v30
21-
- uses: DeterminateSystems/magic-nix-cache-action@v8
21+
- uses: DeterminateSystems/magic-nix-cache-action@v9
2222
- run: nix run github:Mic92/nix-fast-build -- --no-nom
2323
# all builds combined consume too much disk space... we should soon switch to something else
2424
nixos:
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v4
3434
- uses: cachix/install-nix-action@v30
35-
- uses: DeterminateSystems/magic-nix-cache-action@v8
35+
- uses: DeterminateSystems/magic-nix-cache-action@v9
3636
- run: nix build '.#nixosConfigurations."${{ matrix.machine }}.nixos.org".config.system.build.toplevel'
3737
nix-darwin:
3838
runs-on: macos-latest
@@ -42,5 +42,5 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@v4
4444
- uses: cachix/install-nix-action@v30
45-
- uses: DeterminateSystems/magic-nix-cache-action@v8
45+
- uses: DeterminateSystems/magic-nix-cache-action@v9
4646
- run: nix build '.#darwinConfigurations."${{ matrix.machine }}".config.system.build.toplevel'

0 commit comments

Comments
 (0)