Skip to content

Commit

Permalink
chore(deps): bump DeterminateSystems/magic-nix-cache-action from 2 to…
Browse files Browse the repository at this point in the history
… 3 (#39)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 10, 2024
1 parent a01ba79 commit b717729
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v9

- name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@v2
uses: DeterminateSystems/magic-nix-cache-action@v3

- name: Build Docker image
id: image
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v9
- name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@v2
uses: DeterminateSystems/magic-nix-cache-action@v3

- name: Build valfisk
run: nix build -L --fallback
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v9
- name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@v2
uses: DeterminateSystems/magic-nix-cache-action@v3

- name: Run checks
run: nix flake check -L --show-trace

0 comments on commit b717729

Please sign in to comment.