chore(deps): update determinatesystems/magic-nix-cache-action action to v6
This commit is contained in:
parent
1bea1b696b
commit
6ed51523c8
2 changed files with 3 additions and 3 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
uses: DeterminateSystems/nix-installer-action@v10
|
uses: DeterminateSystems/nix-installer-action@v10
|
||||||
|
|
||||||
- name: Setup Nix cache
|
- name: Setup Nix cache
|
||||||
uses: DeterminateSystems/magic-nix-cache-action@v4
|
uses: DeterminateSystems/magic-nix-cache-action@v6
|
||||||
|
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
id: build
|
id: build
|
||||||
|
|
4
.github/workflows/nix.yml
vendored
4
.github/workflows/nix.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
uses: DeterminateSystems/nix-installer-action@v10
|
uses: DeterminateSystems/nix-installer-action@v10
|
||||||
|
|
||||||
- name: Setup Nix cache
|
- name: Setup Nix cache
|
||||||
uses: DeterminateSystems/magic-nix-cache-action@v4
|
uses: DeterminateSystems/magic-nix-cache-action@v6
|
||||||
|
|
||||||
- name: Build refraction
|
- name: Build refraction
|
||||||
run: nix build --fallback --print-build-logs
|
run: nix build --fallback --print-build-logs
|
||||||
|
@ -45,7 +45,7 @@ jobs:
|
||||||
uses: DeterminateSystems/nix-installer-action@v10
|
uses: DeterminateSystems/nix-installer-action@v10
|
||||||
|
|
||||||
- name: Setup Nix cache
|
- name: Setup Nix cache
|
||||||
uses: DeterminateSystems/magic-nix-cache-action@v4
|
uses: DeterminateSystems/magic-nix-cache-action@v6
|
||||||
|
|
||||||
- name: Run checks
|
- name: Run checks
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue