Skip to content

Commit

Permalink
chore(deps): update determinatesystems/magic-nix-cache-action action …
Browse files Browse the repository at this point in the history
…to v9
  • Loading branch information
renovate[bot] authored Jan 21, 2025
1 parent 6015a05 commit 68ecc75
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Setup Nix cache
if: ${{ matrix.use-nix }}
uses: DeterminateSystems/magic-nix-cache-action@v8
uses: DeterminateSystems/magic-nix-cache-action@v9

- name: Build
if: ${{ !matrix.use-nix }}
Expand All @@ -58,7 +58,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v16

- name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@v8
uses: DeterminateSystems/magic-nix-cache-action@v9

- name: Run checks
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v16

- name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@v8
uses: DeterminateSystems/magic-nix-cache-action@v9

- name: Generate sarif report
id: clippy-run
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v16

- name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@v8
uses: DeterminateSystems/magic-nix-cache-action@v9

- name: Build Docker image
id: build
Expand Down

0 comments on commit 68ecc75

Please sign in to comment.