Skip to content

Commit

Permalink
build(deps): bump DeterminateSystems/magic-nix-cache-action from 7 to 8
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 16, 2024
1 parent 4226d32 commit 9d205b6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v13

- name: Use Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v7
uses: DeterminateSystems/magic-nix-cache-action@v8

- name: Build server and harness
run: |
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v13

- name: Use Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v7
uses: DeterminateSystems/magic-nix-cache-action@v8

- name: semgrep
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v13

- name: Use Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v7
uses: DeterminateSystems/magic-nix-cache-action@v8

- name: Update gomod2nix.toml (if go.mod has changed)
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dst.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v13

- name: Use Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v7
uses: DeterminateSystems/magic-nix-cache-action@v8

- name: Build resonate binary
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_check_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v13

- name: Use Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v7
uses: DeterminateSystems/magic-nix-cache-action@v8

- name: Build Resonate binary
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_publish_github_artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v13

- name: Use Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v7
uses: DeterminateSystems/magic-nix-cache-action@v8

- name: Build Resonate binary
run: |
Expand Down

0 comments on commit 9d205b6

Please sign in to comment.