diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-10-17 09:25:48 +0000 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2022-10-17 19:10:41 -0700 |
| commit | c970e16fcae500c34ca85db7dc7087672782289c (patch) | |
| tree | f332665f151ed15827f2ed8d74edc11a0297fecc | |
| parent | ref(tools/git-blame-stats): rewrite the tool in python (diff) | |
| download | infra-c970e16fcae500c34ca85db7dc7087672782289c.tar.gz | |
build(deps): bump cachix/install-nix-action from 17 to 18
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 17 to 18.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v17...v18)
---
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>
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/update.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index a695ef4..bdae053 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -11,7 +11,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Install Nix - uses: cachix/install-nix-action@v17 + uses: cachix/install-nix-action@v18 with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} |
