diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-04-23 05:16:55 +0000 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-23 01:17:51 -0400 |
| commit | 82d30e10ad00e523b215b03c895cdbab319b028d (patch) | |
| tree | c34537c6ae317d50864ba2303240995757b07581 | |
| parent | 88f3f6c18546eacd2b35155a160ed41fd39b882f (diff) | |
chore(actions): bump cachix/install-nix-action from 19 to 20
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 19 to 20.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v19...v20)
---
updated-dependencies:
- dependency-name: cachix/install-nix-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
| -rw-r--r-- | .github/workflows/check.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 756180b..1a9a6ea 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v3 - name: install nix - uses: cachix/install-nix-action@v19 + uses: cachix/install-nix-action@v20 with: github_access_token: ${{ secrets.GITHUB_TOKEN }} |
