chore(deps): update determinatesystems/magic-nix-cache-action action to v7
This commit is contained in:
parent
cc562a95d2
commit
7df30612f8
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@v11
|
||||
|
||||
- name: Setup Nix cache
|
||||
uses: DeterminateSystems/magic-nix-cache-action@v6
|
||||
uses: DeterminateSystems/magic-nix-cache-action@v7
|
||||
|
||||
- name: Build Docker image
|
||||
id: build
|
||||
|
|
4
.github/workflows/nix.yml
vendored
4
.github/workflows/nix.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
uses: DeterminateSystems/nix-installer-action@v11
|
||||
|
||||
- name: Setup Nix cache
|
||||
uses: DeterminateSystems/magic-nix-cache-action@v6
|
||||
uses: DeterminateSystems/magic-nix-cache-action@v7
|
||||
|
||||
- name: Build refraction
|
||||
run: nix build --fallback --print-build-logs
|
||||
|
@ -45,7 +45,7 @@ jobs:
|
|||
uses: DeterminateSystems/nix-installer-action@v11
|
||||
|
||||
- name: Setup Nix cache
|
||||
uses: DeterminateSystems/magic-nix-cache-action@v6
|
||||
uses: DeterminateSystems/magic-nix-cache-action@v7
|
||||
|
||||
- name: Run checks
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue