diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-21 08:12:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-21 08:12:08 -0700 |
commit | 9111bb99b3841007e2037a1990bcdaea9723e0f3 (patch) | |
tree | c9035a7383a9a3a496113ac8b061b1705db3e19b | |
parent | build(deps): bump actions/deploy-pages from 1 to 2 (#3) (diff) | |
download | fcuny.net-9111bb99b3841007e2037a1990bcdaea9723e0f3.tar.gz |
build(deps): bump cachix/install-nix-action from 18 to 22 (#4)
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 18 to 22. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v18...v22) --- 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 b075942..091df8e 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Install Nix - uses: cachix/install-nix-action@v18 + uses: cachix/install-nix-action@v22 with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} |