Skip to content

Commit cbe2a30

Browse files
chore(deps): bump DeterminateSystems/magic-nix-cache-action
Bumps the all-github-actions group with 1 update: [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action). Updates `DeterminateSystems/magic-nix-cache-action` from 13 to 14 - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases) - [Commits](DeterminateSystems/magic-nix-cache-action@v13...v14) --- updated-dependencies: - dependency-name: DeterminateSystems/magic-nix-cache-action dependency-version: '14' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 467ab28 commit cbe2a30

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: DeterminateSystems/nix-installer-action@v22
2626

2727
- name: Setup Nix Cache
28-
uses: DeterminateSystems/magic-nix-cache-action@v13
28+
uses: DeterminateSystems/magic-nix-cache-action@v14
2929
with:
3030
use-flakehub: disabled
3131
use-gha-cache: enabled
@@ -64,7 +64,7 @@ jobs:
6464
uses: DeterminateSystems/nix-installer-action@v22
6565

6666
- name: Setup Nix Cache
67-
uses: DeterminateSystems/magic-nix-cache-action@v13
67+
uses: DeterminateSystems/magic-nix-cache-action@v14
6868
with:
6969
use-flakehub: disabled
7070
use-gha-cache: enabled

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Nix
2323
uses: DeterminateSystems/nix-installer-action@v22
2424
- name: Setup Nix Cache
25-
uses: DeterminateSystems/magic-nix-cache-action@v13
25+
uses: DeterminateSystems/magic-nix-cache-action@v14
2626
with:
2727
use-flakehub: disabled
2828
use-gha-cache: enabled

0 commit comments

Comments
 (0)