Skip to content

Commit

Permalink
Merge pull request #79 from boinkor-net/dependabot/github_actions/git…
Browse files Browse the repository at this point in the history
…hub-actions-cd3f90bad8

Bump DeterminateSystems/magic-nix-cache-action from 8 to 9 in the github-actions group
  • Loading branch information
antifuchs authored Feb 4, 2025
2 parents 7008e4d + d892286 commit f59f18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regenerate-go-sri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
token: ${{steps.generate_token.outputs.token}}
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
- uses: cachix/install-nix-action@v30
- uses: DeterminateSystems/magic-nix-cache-action@v8
- uses: DeterminateSystems/magic-nix-cache-action@v9

Check warning on line 44 in .github/workflows/regenerate-go-sri.yml

View workflow job for this annotation

GitHub Actions / ci_nix / nix_lints / nix fmt .

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 44 in .github/workflows/regenerate-go-sri.yml

View workflow job for this annotation

GitHub Actions / ci_nix / nix_test / nix flake check .

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 44 in .github/workflows/regenerate-go-sri.yml

View workflow job for this annotation

GitHub Actions / ci_nix / build / nix build .#

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 44 in .github/workflows/regenerate-go-sri.yml

View workflow job for this annotation

GitHub Actions / ci_nix / nix_lints / nix fmt .

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 44 in .github/workflows/regenerate-go-sri.yml

View workflow job for this annotation

GitHub Actions / ci_nix / nix_test / nix flake check .

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 44 in .github/workflows/regenerate-go-sri.yml

View workflow job for this annotation

GitHub Actions / ci_nix / build / nix build .#

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: re-generate SRI
run: "nix --extra-experimental-features nix-command --extra-experimental-features flakes run .#generate-sri-default"

Expand Down

0 comments on commit f59f18b

Please sign in to comment.