Skip to content

Commit d5b34e9

Browse files
dependabot[bot]flexiondotorg
authored andcommitted
build(deps): bump DeterminateSystems/magic-nix-cache-action from 7 to 9
Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 7 to 9. - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases) - [Commits](DeterminateSystems/magic-nix-cache-action@v7...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] <[email protected]>
1 parent 77c6010 commit d5b34e9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-quickgui.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- name: "Install Nix ❄️"
123123
uses: "DeterminateSystems/nix-installer-action@v16"
124124
- name: "Enable Magic Nix Cache 🪄"
125-
uses: "DeterminateSystems/magic-nix-cache-action@v7"
125+
uses: "DeterminateSystems/magic-nix-cache-action@v9"
126126
- name: "Build with Nix ❄️"
127127
run: |
128128
nix build .#quickgui

.github/workflows/flake-checker.yml

+1-1
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@v7
20+
- uses: DeterminateSystems/magic-nix-cache-action@v9
2121
- uses: DeterminateSystems/flake-checker-action@v9

.github/workflows/flake-updater.yml

+1-1
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@v7
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/publish-quickgui.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
with:
105105
ref: "${{ (inputs.tag != null) && format('refs/tags/{0}', inputs.tag) || '' }}"
106106
- uses: "DeterminateSystems/nix-installer-action@v16"
107-
- uses: "DeterminateSystems/magic-nix-cache-action@v7"
107+
- uses: "DeterminateSystems/magic-nix-cache-action@v9"
108108
- uses: "DeterminateSystems/flakehub-push@v5"
109109
with:
110110
visibility: "public"

0 commit comments

Comments
 (0)