diff options
author | dependabot[bot] | 2023-12-05 01:45:01 +0000 |
---|---|---|
committer | GitHub | 2023-12-05 01:45:01 +0000 |
commit | fa7a8ffc501736cfeb82f02b583874f235a840fd (patch) | |
tree | 2a43228fbcd157d1ee8e230b49f621c919742bf3 /.github | |
parent | 0d890ef0f720e49beda193e2316aa041a0c4e970 (diff) |
build(deps): bump cachix/cachix-action from 12 to 13 (#8997)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-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 d4e6da20..0620cbf1 100644 --- a/.github/workflows/cachix.yml +++ b/.github/workflows/cachix.yml @@ -17,7 +17,7 @@ jobs: uses: cachix/install-nix-action@v24 - name: Authenticate with Cachix - uses: cachix/cachix-action@v12 + uses: cachix/cachix-action@v13 with: name: helix authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} |