From bc2d2584f405a9b6be4609985b2ad41400d751c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 01:55:19 +0000 Subject: [PATCH] Bump cachix/cachix-action from 12 to 15 Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 12 to 15. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v12...v15) --- updated-dependencies: - dependency-name: cachix/cachix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1a373c1..f0e76e4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -9,7 +9,7 @@ jobs: uses: actions/checkout@v3 - name: install nix uses: cachix/install-nix-action@v20 - - uses: cachix/cachix-action@v12 + - uses: cachix/cachix-action@v15 with: name: opensource authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v3 - name: install nix uses: cachix/install-nix-action@v20 - - uses: cachix/cachix-action@v12 + - uses: cachix/cachix-action@v15 with: name: opensource authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'