Skip to content

Commit

Permalink
Merge d39277a into 5295bfa
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 20, 2024
2 parents 5295bfa + d39277a commit da9c3bf
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@v10
- 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@v10
- 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 da9c3bf

Please sign in to comment.