Skip to content

Commit

Permalink
build(deps): bump DeterminateSystems/magic-nix-cache-action from 8 to…
Browse files Browse the repository at this point in the history
… 9 (#541)

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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 13, 2025
1 parent 31e588c commit 342e0aa
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@v16

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

Check warning on line 111 in .github/workflows/cicd.yaml

View workflow job for this annotation

GitHub Actions / linearizability

Magic Nix Cache is deprecated

Magic Nix Cache has been deprecated due to a change in the underlying GitHub APIs and will stop working on 1 February 2025. To continue caching Nix builds in GitHub Actions, use FlakeHub Cache instead. Replace... uses: DeterminateSystems/magic-nix-cache-action@v9 ...with... uses: DeterminateSystems/flakehub-cache-action@v9 For more details: https://dtr.mn/magic-nix-cache-eol

Check warning on line 111 in .github/workflows/cicd.yaml

View workflow job for this annotation

GitHub Actions / scan

Magic Nix Cache is deprecated

Magic Nix Cache has been deprecated due to a change in the underlying GitHub APIs and will stop working on 1 February 2025. To continue caching Nix builds in GitHub Actions, use FlakeHub Cache instead. Replace... uses: DeterminateSystems/magic-nix-cache-action@v9 ...with... uses: DeterminateSystems/flakehub-cache-action@v9 For more details: https://dtr.mn/magic-nix-cache-eol

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

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

Check warning on line 149 in .github/workflows/cicd.yaml

View workflow job for this annotation

GitHub Actions / linearizability

Magic Nix Cache is deprecated

Magic Nix Cache has been deprecated due to a change in the underlying GitHub APIs and will stop working on 1 February 2025. To continue caching Nix builds in GitHub Actions, use FlakeHub Cache instead. Replace... uses: DeterminateSystems/magic-nix-cache-action@v9 ...with... uses: DeterminateSystems/flakehub-cache-action@v9 For more details: https://dtr.mn/magic-nix-cache-eol

Check warning on line 149 in .github/workflows/cicd.yaml

View workflow job for this annotation

GitHub Actions / scan

Magic Nix Cache is deprecated

Magic Nix Cache has been deprecated due to a change in the underlying GitHub APIs and will stop working on 1 February 2025. To continue caching Nix builds in GitHub Actions, use FlakeHub Cache instead. Replace... uses: DeterminateSystems/magic-nix-cache-action@v9 ...with... uses: DeterminateSystems/flakehub-cache-action@v9 For more details: https://dtr.mn/magic-nix-cache-eol

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

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

Check warning on line 26 in .github/workflows/dependencies.yaml

View workflow job for this annotation

GitHub Actions / linearizability

Magic Nix Cache is deprecated

Magic Nix Cache has been deprecated due to a change in the underlying GitHub APIs and will stop working on 1 February 2025. To continue caching Nix builds in GitHub Actions, use FlakeHub Cache instead. Replace... uses: DeterminateSystems/magic-nix-cache-action@v9 ...with... uses: DeterminateSystems/flakehub-cache-action@v9 For more details: https://dtr.mn/magic-nix-cache-eol

Check warning on line 26 in .github/workflows/dependencies.yaml

View workflow job for this annotation

GitHub Actions / scan

Magic Nix Cache is deprecated

Magic Nix Cache has been deprecated due to a change in the underlying GitHub APIs and will stop working on 1 February 2025. To continue caching Nix builds in GitHub Actions, use FlakeHub Cache instead. Replace... uses: DeterminateSystems/magic-nix-cache-action@v9 ...with... uses: DeterminateSystems/flakehub-cache-action@v9 For more details: https://dtr.mn/magic-nix-cache-eol

- 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@v16

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

Check warning on line 30 in .github/workflows/dst.yaml

View workflow job for this annotation

GitHub Actions / linearizability

Magic Nix Cache is deprecated

Magic Nix Cache has been deprecated due to a change in the underlying GitHub APIs and will stop working on 1 February 2025. To continue caching Nix builds in GitHub Actions, use FlakeHub Cache instead. Replace... uses: DeterminateSystems/magic-nix-cache-action@v9 ...with... uses: DeterminateSystems/flakehub-cache-action@v9 For more details: https://dtr.mn/magic-nix-cache-eol

Check warning on line 30 in .github/workflows/dst.yaml

View workflow job for this annotation

GitHub Actions / scan

Magic Nix Cache is deprecated

Magic Nix Cache has been deprecated due to a change in the underlying GitHub APIs and will stop working on 1 February 2025. To continue caching Nix builds in GitHub Actions, use FlakeHub Cache instead. Replace... uses: DeterminateSystems/magic-nix-cache-action@v9 ...with... uses: DeterminateSystems/flakehub-cache-action@v9 For more details: https://dtr.mn/magic-nix-cache-eol

- 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@v16

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

Check warning on line 21 in .github/workflows/release_check_version.yaml

View workflow job for this annotation

GitHub Actions / linearizability

Magic Nix Cache is deprecated

Magic Nix Cache has been deprecated due to a change in the underlying GitHub APIs and will stop working on 1 February 2025. To continue caching Nix builds in GitHub Actions, use FlakeHub Cache instead. Replace... uses: DeterminateSystems/magic-nix-cache-action@v9 ...with... uses: DeterminateSystems/flakehub-cache-action@v9 For more details: https://dtr.mn/magic-nix-cache-eol

Check warning on line 21 in .github/workflows/release_check_version.yaml

View workflow job for this annotation

GitHub Actions / scan

Magic Nix Cache is deprecated

Magic Nix Cache has been deprecated due to a change in the underlying GitHub APIs and will stop working on 1 February 2025. To continue caching Nix builds in GitHub Actions, use FlakeHub Cache instead. Replace... uses: DeterminateSystems/magic-nix-cache-action@v9 ...with... uses: DeterminateSystems/flakehub-cache-action@v9 For more details: https://dtr.mn/magic-nix-cache-eol

- 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 @@ -43,7 +43,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v16

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

Check warning on line 46 in .github/workflows/release_publish_github_artifacts.yaml

View workflow job for this annotation

GitHub Actions / linearizability

Magic Nix Cache is deprecated

Magic Nix Cache has been deprecated due to a change in the underlying GitHub APIs and will stop working on 1 February 2025. To continue caching Nix builds in GitHub Actions, use FlakeHub Cache instead. Replace... uses: DeterminateSystems/magic-nix-cache-action@v9 ...with... uses: DeterminateSystems/flakehub-cache-action@v9 For more details: https://dtr.mn/magic-nix-cache-eol

Check warning on line 46 in .github/workflows/release_publish_github_artifacts.yaml

View workflow job for this annotation

GitHub Actions / scan

Magic Nix Cache is deprecated

Magic Nix Cache has been deprecated due to a change in the underlying GitHub APIs and will stop working on 1 February 2025. To continue caching Nix builds in GitHub Actions, use FlakeHub Cache instead. Replace... uses: DeterminateSystems/magic-nix-cache-action@v9 ...with... uses: DeterminateSystems/flakehub-cache-action@v9 For more details: https://dtr.mn/magic-nix-cache-eol

- name: Build Resonate binary
run: |
Expand Down

0 comments on commit 342e0aa

Please sign in to comment.