diff options
author | dependabot[bot] | 2023-05-30 00:49:45 +0000 |
---|---|---|
committer | GitHub | 2023-05-30 00:49:45 +0000 |
commit | a367a713ef643870796012a43b9786ff72a95838 (patch) | |
tree | b6df720642d663e2f455dc76d01b0cda3f1f41c7 /.github/workflows | |
parent | 3334e7e4b2181590ddfa9aa72a19429b9b2381ea (diff) |
build(deps): bump cachix/install-nix-action from 20 to 21 (#7170)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
-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 7d2f734a..effe3217 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@v20 + uses: cachix/install-nix-action@v21 - name: Authenticate with Cachix uses: cachix/cachix-action@v12 |