diff options
author | dependabot[bot] | 2022-04-11 23:34:39 +0000 |
---|---|---|
committer | GitHub | 2022-04-11 23:34:39 +0000 |
commit | 14079bd17b18296ef787e4a0304505992142b584 (patch) | |
tree | f9c91a0e7a75167869bd32c5677af63c6d4238f5 | |
parent | f9ddc8a9acdc14c36bbb68ed3198feeed179ff78 (diff) |
build(deps): bump cachix/install-nix-action from 16 to 17 (#2081)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/cachix.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cachix.yml b/.github/workflows/cachix.yml index f820bc74..113f7fa1 100644 --- a/.github/workflows/cachix.yml +++ b/.github/workflows/cachix.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v3 - name: Install nix - uses: cachix/install-nix-action@v16 + uses: cachix/install-nix-action@v17 - name: Authenticate with Cachix uses: cachix/cachix-action@v10 |