From c3bd77911391eb1638af6ce773de86da57ee6df5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 14:48:07 +0100 Subject: [PATCH] build(deps): bump cachix/cachix-action from 12 to 13 (#286) Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 12 to 13. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v12...v13) --- updated-dependencies: - dependency-name: cachix/cachix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/nix.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index f4900c5b..92aa95c7 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: cachix/install-nix-action@v23 - - uses: cachix/cachix-action@v12 + - uses: cachix/cachix-action@v13 with: name: numtide authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' @@ -36,7 +36,7 @@ jobs: # Nix Flakes doesn't work on shallow clones fetch-depth: 0 - uses: cachix/install-nix-action@v23 - - uses: cachix/cachix-action@v12 + - uses: cachix/cachix-action@v13 with: name: numtide authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' @@ -52,7 +52,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: cachix/install-nix-action@v23 - - uses: cachix/cachix-action@v12 + - uses: cachix/cachix-action@v13 with: name: numtide authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'