diff options
author | dependabot[bot] | 2022-10-18 01:03:04 +0000 |
---|---|---|
committer | GitHub | 2022-10-18 01:03:04 +0000 |
commit | fee5db161b67316f29254f29ce5eea3044ebfdac (patch) | |
tree | 09e57355688220be9917f7add5d8e141152c08ef | |
parent | 414214f883c73d341db3b2638eed5e077de8eb53 (diff) |
build(deps): bump cachix/install-nix-action from 17 to 18 (#4340)
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 d4547e58..bc72bb78 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@v17 + uses: cachix/install-nix-action@v18 - name: Authenticate with Cachix uses: cachix/cachix-action@v11 |