build(deps): bump cachix/install-nix-action from 29 to 30
Some checks failed
release / release (push) Has been cancelled
Run TODO to Issue / build (push) Has been cancelled
update-flake-lock / lockfile (push) Has been cancelled

Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 29 to 30.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v29...v30)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-10-07 03:57:31 +00:00 committed by KlarkC
parent 606b1ff3cf
commit 2963659a0b
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ jobs:
release-type: node
- uses: actions/checkout@v4
if: ${{ steps.release.outputs.release_created }}
- uses: cachix/install-nix-action@v29
- uses: cachix/install-nix-action@v30
if: ${{ steps.release.outputs.release_created }}
with:
extra_nix_config: |

View File

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v29
- uses: cachix/install-nix-action@v30
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}

View File

@ -11,7 +11,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v29
uses: cachix/install-nix-action@v30
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}