Skip to content

Commit

Permalink
chore(deps): Bump DeterminateSystems/magic-nix-cache-action from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 2 to 3.
- [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases)
- [Commits](DeterminateSystems/magic-nix-cache-action@v2...v3)

---
updated-dependencies:
- dependency-name: DeterminateSystems/magic-nix-cache-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 5, 2024
1 parent b5ce8e6 commit e6c67a2
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@v2
uses: DeterminateSystems/magic-nix-cache-action@v3
- 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@v2
uses: DeterminateSystems/magic-nix-cache-action@v3
# Upstream package sometimes has flags set that disable flake checking
- name: Setup test env
run: |
Expand Down

0 comments on commit e6c67a2

Please sign in to comment.