Compare commits

...

2 commits

Author SHA1 Message Date
Youwen Wu
9588565b7a
Merge pull request #2 from youwen5/dependabot/github_actions/cachix/install-nix-action-v29
Some checks failed
CI / build-nix (push) Has been cancelled
CI / deploy (push) Has been cancelled
2024-09-28 19:28:30 -07:00
dependabot[bot]
54e638cf8a
chore(deps): bump cachix/install-nix-action from V27 to 29
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from V27 to 29. This release includes the previously tagged commit.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/V27...v29)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-27 00:39:12 +00:00

View file

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