diff options
author | dependabot[bot] | 2023-06-20 13:24:46 +0000 |
---|---|---|
committer | GitHub | 2023-06-20 13:24:46 +0000 |
commit | 293a55ad2b4324dcb7c239fe2b8730704c36eccb (patch) | |
tree | 9f529aea393dc0f7c354ac7a00cc61f2b9425af4 | |
parent | b0cdc2d6e14f782c9247e16b59ab4156daac471c (diff) |
build(deps): bump cachix/install-nix-action from 21 to 22 (#7392)
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 effe3217..7adb5326 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@v21 + uses: cachix/install-nix-action@v22 - name: Authenticate with Cachix uses: cachix/cachix-action@v12 |