diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-27 03:09:18 +0000 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-06-03 17:45:07 -0700 |
| commit | b47e43ea02cbb168fae2c3dea5b387263cfb6324 (patch) | |
| tree | 88cad8ea8be10988f58b7fc0391a2f87b6edb1f1 | |
| parent | chore: update flake (diff) | |
| download | fcuny.net-b47e43ea02cbb168fae2c3dea5b387263cfb6324.tar.gz | |
build(deps): bump cachix/install-nix-action from 26 to 27
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 26 to 27.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v26...V27)
---
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>
| -rw-r--r-- | .github/workflows/update.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 788b88d..96a0cc5 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Install Nix - uses: cachix/install-nix-action@v26 + uses: cachix/install-nix-action@V27 with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} |
