diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-14 07:09:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-14 07:09:02 -0700 |
commit | 646b72efd09487aca257e87111d1d2dfde0c6954 (patch) | |
tree | 5b258983229d8f88d409db4a84fdbe2f986a79f6 /.github/workflows | |
parent | add configuration for the M2 macbook air (diff) | |
download | world-646b72efd09487aca257e87111d1d2dfde0c6954.tar.gz |
build(deps): bump cachix/install-nix-action from 22 to 23 (#2)
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 22 to 23. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v22...v23) --- 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>
Diffstat (limited to '.github/workflows')
-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 da1c9ba..ad30b8f 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: cachix/install-nix-action@v22 + - uses: cachix/install-nix-action@v23 with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} |