From c1e786e36d355b317b46d7977390213d0e890902 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 15:47:45 +0000 Subject: [PATCH] build(deps): bump cachix/cachix-action from 12 to 13 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] --- .github/workflows/nix.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 6d3696d..63a285f 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -18,7 +18,7 @@ jobs: - uses: DeterminateSystems/magic-nix-cache-action@v2 with: diagnostic-endpoint: "" - - uses: cachix/cachix-action@v12 + - uses: cachix/cachix-action@v13 with: name: kenji # If you chose API tokens for write access OR if you have a private cache @@ -37,7 +37,7 @@ jobs: - uses: DeterminateSystems/magic-nix-cache-action@v2 with: diagnostic-endpoint: "" - - uses: cachix/cachix-action@v12 + - uses: cachix/cachix-action@v13 with: name: kenji # If you chose API tokens for write access OR if you have a private cache @@ -56,7 +56,7 @@ jobs: with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - - uses: cachix/cachix-action@v12 + - uses: cachix/cachix-action@v13 with: name: kenji # If you chose API tokens for write access OR if you have a private cache @@ -75,7 +75,7 @@ jobs: - uses: DeterminateSystems/magic-nix-cache-action@v2 with: diagnostic-endpoint: "" - - uses: cachix/cachix-action@v12 + - uses: cachix/cachix-action@v13 with: name: kenji # If you chose API tokens for write access OR if you have a private cache @@ -94,7 +94,7 @@ jobs: - uses: DeterminateSystems/magic-nix-cache-action@v2 with: diagnostic-endpoint: "" - - uses: cachix/cachix-action@v12 + - uses: cachix/cachix-action@v13 with: name: kenji # If you chose API tokens for write access OR if you have a private cache