chore(deps): update determinatesystems/magic-nix-cache-action action to v9
This commit is contained in:
parent
15546828fa
commit
968665a915
3 changed files with 4 additions and 4 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
||||||
|
|
||||||
- name: Setup Nix cache
|
- name: Setup Nix cache
|
||||||
if: ${{ matrix.use-nix }}
|
if: ${{ matrix.use-nix }}
|
||||||
uses: DeterminateSystems/magic-nix-cache-action@v8
|
uses: DeterminateSystems/magic-nix-cache-action@v9
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
if: ${{ !matrix.use-nix }}
|
if: ${{ !matrix.use-nix }}
|
||||||
|
@ -58,7 +58,7 @@ jobs:
|
||||||
uses: DeterminateSystems/nix-installer-action@v16
|
uses: DeterminateSystems/nix-installer-action@v16
|
||||||
|
|
||||||
- name: Setup Nix cache
|
- name: Setup Nix cache
|
||||||
uses: DeterminateSystems/magic-nix-cache-action@v8
|
uses: DeterminateSystems/magic-nix-cache-action@v9
|
||||||
|
|
||||||
- name: Run checks
|
- name: Run checks
|
||||||
run: |
|
run: |
|
||||||
|
|
2
.github/workflows/clippy.yml
vendored
2
.github/workflows/clippy.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
||||||
uses: DeterminateSystems/nix-installer-action@v16
|
uses: DeterminateSystems/nix-installer-action@v16
|
||||||
|
|
||||||
- name: Setup Nix cache
|
- name: Setup Nix cache
|
||||||
uses: DeterminateSystems/magic-nix-cache-action@v8
|
uses: DeterminateSystems/magic-nix-cache-action@v9
|
||||||
|
|
||||||
- name: Generate sarif report
|
- name: Generate sarif report
|
||||||
id: clippy-run
|
id: clippy-run
|
||||||
|
|
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
uses: DeterminateSystems/nix-installer-action@v16
|
uses: DeterminateSystems/nix-installer-action@v16
|
||||||
|
|
||||||
- name: Setup Nix cache
|
- name: Setup Nix cache
|
||||||
uses: DeterminateSystems/magic-nix-cache-action@v8
|
uses: DeterminateSystems/magic-nix-cache-action@v9
|
||||||
|
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
id: build
|
id: build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue