diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-11 04:02:34 +0000 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-03-11 07:57:28 -0700 |
| commit | 46794a89f7c5fb3d4e5c6337bf65b7a632547ecd (patch) | |
| tree | 7e755601ae5c8a6fb0be0e36ccb851725a53b1b2 | |
| parent | chore: update flake (diff) | |
| download | fcuny.net-46794a89f7c5fb3d4e5c6337bf65b7a632547ecd.tar.gz | |
build(deps): bump cachix/install-nix-action from 25 to 26
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 25 to 26.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v25...v26)
---
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 48a8d71..788b88d 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@v25 + uses: cachix/install-nix-action@v26 with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} |
