Skip to content

Commit daba59d

Browse files
dependabot[bot]flexiondotorg
authored andcommitted
chore(deps): bump DeterminateSystems/magic-nix-cache-action from 8 to 9
Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 8 to 9. - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases) - [Commits](DeterminateSystems/magic-nix-cache-action@v8...v9) --- 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 4ecf677 commit daba59d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/flake-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- uses: DeterminateSystems/nix-installer-action@v16
20-
- uses: DeterminateSystems/magic-nix-cache-action@v8
20+
- uses: DeterminateSystems/magic-nix-cache-action@v9
2121
- uses: DeterminateSystems/flake-checker-action@v9

.github/workflows/flake-updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
- uses: DeterminateSystems/nix-installer-action@v16
17-
- uses: DeterminateSystems/magic-nix-cache-action@v8
17+
- uses: DeterminateSystems/magic-nix-cache-action@v9
1818
- uses: DeterminateSystems/update-flake-lock@v24
1919
with:
2020
pr-title: "chore: update flake.lock"

.github/workflows/test-build-quickemu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: "Install Nix ❄️"
5656
uses: "DeterminateSystems/nix-installer-action@v16"
5757
- name: "Enable Magic Nix Cache 🪄"
58-
uses: "DeterminateSystems/magic-nix-cache-action@v8"
58+
uses: "DeterminateSystems/magic-nix-cache-action@v9"
5959
- name: "Build & Test .nix ❄️"
6060
run: |
6161
nix build .#quickemu

0 commit comments

Comments
 (0)