Skip to content

Commit 6b77ddd

Browse files
Bump DeterminateSystems/magic-nix-cache-action from 2 to 4 (#631)
Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 2 to 4. - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases) - [Commits](DeterminateSystems/magic-nix-cache-action@v2...v4) --- updated-dependencies: - dependency-name: DeterminateSystems/magic-nix-cache-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b6275c2 commit 6b77ddd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/application.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install Nix
3232
uses: DeterminateSystems/nix-installer-action@v10
3333
- name: Run the Magic Nix Cache
34-
uses: DeterminateSystems/magic-nix-cache-action@v2
34+
uses: DeterminateSystems/magic-nix-cache-action@v4
3535

3636
- name: Check flake format
3737
run: nix develop --command nixpkgs-fmt --check flake.nix

.github/workflows/nixos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install Nix
2828
uses: DeterminateSystems/nix-installer-action@v10
2929
- name: Run the Magic Nix Cache
30-
uses: DeterminateSystems/magic-nix-cache-action@v2
30+
uses: DeterminateSystems/magic-nix-cache-action@v4
3131

3232
- name: Check Nix format
3333
run: |

0 commit comments

Comments
 (0)