ci: update determinatesystems/magic-nix-cache-action action to v8 (#335)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
13665eb136
commit
f4c051d174
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -72,7 +72,7 @@ jobs:
|
||||||
uses: cachix/install-nix-action@V27
|
uses: cachix/install-nix-action@V27
|
||||||
|
|
||||||
- name: Setup cache
|
- name: Setup cache
|
||||||
uses: DeterminateSystems/magic-nix-cache-action@v7
|
uses: DeterminateSystems/magic-nix-cache-action@v8
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
|
|
2
.github/workflows/website.yml
vendored
2
.github/workflows/website.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
||||||
uses: cachix/install-nix-action@V27
|
uses: cachix/install-nix-action@V27
|
||||||
|
|
||||||
- name: Setup cache
|
- name: Setup cache
|
||||||
uses: DeterminateSystems/magic-nix-cache-action@v7
|
uses: DeterminateSystems/magic-nix-cache-action@v8
|
||||||
|
|
||||||
- name: Run build
|
- name: Run build
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue