Compare commits

..

2 commits

Author SHA1 Message Date
Youwen Wu
aea6f85d0e
Merge pull request #3 from youwen5/dependabot/github_actions/cachix/install-nix-action-30
Some checks failed
CI / build-nix (push) Has been cancelled
CI / deploy (push) Has been cancelled
2024-10-03 20:00:46 -07:00
dependabot[bot]
894f0e80f7
chore(deps): bump cachix/install-nix-action from 29 to 30
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>
2024-10-04 00:38:59 +00:00

View file

@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v29
uses: cachix/install-nix-action@v30
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
extra_nix_config: |