diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-04 17:59:24 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-04 17:59:24 -0800 |
commit | 8c4359ce8be25f08933a913605f73580c4b64c36 (patch) | |
tree | 4f3827095ce5124e332d09fcacb53f005992d51c | |
parent | switch to nixpkgs-fmt to format nix files (diff) | |
download | fcuny.net-8c4359ce8be25f08933a913605f73580c4b64c36.tar.gz |
build(deps): bump cachix/install-nix-action from 23 to 24 (#13)
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 23 to 24. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v23...v24) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 398633c..f141c47 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@v23 + uses: cachix/install-nix-action@v24 with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} |