Skip to content

Commit 34f0fcd

Browse files
dependabot[bot]DanNixon
authored andcommitted
Bump DeterminateSystems/magic-nix-cache-action from 7 to 8
Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 7 to 8. - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases) - [Commits](DeterminateSystems/magic-nix-cache-action@v7...v8) --- 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>
1 parent 5763e03 commit 34f0fcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
- uses: DeterminateSystems/nix-installer-action@v14
20-
- uses: DeterminateSystems/magic-nix-cache-action@v7
20+
- uses: DeterminateSystems/magic-nix-cache-action@v8
2121

2222
# Evaluate the devshell here so that the time reported for subsequent
2323
# steps that use it reflect what is actually done there.
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- uses: actions/checkout@v4
4747
- uses: DeterminateSystems/nix-installer-action@v14
48-
- uses: DeterminateSystems/magic-nix-cache-action@v7
48+
- uses: DeterminateSystems/magic-nix-cache-action@v8
4949

5050
- name: Build
5151
run: nix build --print-build-logs

0 commit comments

Comments
 (0)