Skip to content

Commit

Permalink
Merge 9dc2921 into 4276c71
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 18, 2024
2 parents 4276c71 + 9dc2921 commit 5c003dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v9
- name: Cache Nix dependencies
uses: DeterminateSystems/magic-nix-cache-action@v3
uses: DeterminateSystems/magic-nix-cache-action@v4
- name: Setup developer environment
run: |
nix develop --command ./bootstrap.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v9
- name: Cache Nix dependencies
uses: DeterminateSystems/magic-nix-cache-action@v3
uses: DeterminateSystems/magic-nix-cache-action@v4
# Upstream package sometimes has flags set that disable flake checking
- name: Setup test env
run: |
Expand Down

0 comments on commit 5c003dd

Please sign in to comment.