Skip to content

Commit 92397db

Browse files
dependabot[bot]otavio
authored andcommitted
build(deps): Bump DeterminateSystems/magic-nix-cache-action from 8 to 9
Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 8 to 9. - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases) - [Commits](DeterminateSystems/magic-nix-cache-action@v8...v9) --- updated-dependencies: - dependency-name: DeterminateSystems/magic-nix-cache-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fe1d229 commit 92397db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121
- uses: DeterminateSystems/nix-installer-action@v16
22-
- uses: DeterminateSystems/magic-nix-cache-action@v8
22+
- uses: DeterminateSystems/magic-nix-cache-action@v9
2323
- id: set-matrix
2424
name: Generate Nix Matrix
2525
run: |
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@v4
4040
- uses: DeterminateSystems/nix-installer-action@v16
41-
- uses: DeterminateSystems/magic-nix-cache-action@v8
41+
- uses: DeterminateSystems/magic-nix-cache-action@v9
4242
- run: nix build -L ".#${{ matrix.attr }}" --keep-going
4343

4444
- name: Twister Tests

0 commit comments

Comments
 (0)