From 9c254a9a982cb8bbeefd1201ba9b177eb11d1bb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 04:34:46 +0000 Subject: [PATCH] Bump cachix/cachix-action from 12 to 14 Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 12 to 14. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v12...v14) --- updated-dependencies: - dependency-name: cachix/cachix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/fuzzing.yml | 2 +- .github/workflows/program.yml | 6 +++--- .github/workflows/release.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/fuzzing.yml b/.github/workflows/fuzzing.yml index 019ad14..afad8d3 100644 --- a/.github/workflows/fuzzing.yml +++ b/.github/workflows/fuzzing.yml @@ -31,7 +31,7 @@ jobs: extra_nix_config: | experimental-features = nix-command flakes - name: Setup Cachix - uses: cachix/cachix-action@v12 + uses: cachix/cachix-action@v14 with: name: saber authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} diff --git a/.github/workflows/program.yml b/.github/workflows/program.yml index b92cf53..7ae392d 100644 --- a/.github/workflows/program.yml +++ b/.github/workflows/program.yml @@ -21,7 +21,7 @@ jobs: # Install Cachix - uses: cachix/install-nix-action@v22 - name: Setup Cachix - uses: cachix/cachix-action@v12 + uses: cachix/cachix-action@v14 with: name: saber authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} @@ -80,7 +80,7 @@ jobs: # Install Cachix - uses: cachix/install-nix-action@v22 - name: Setup Cachix - uses: cachix/cachix-action@v12 + uses: cachix/cachix-action@v14 with: name: saber authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} @@ -141,7 +141,7 @@ jobs: ## # Install Cachix ## - uses: cachix/install-nix-action@v22 ## - name: Setup Cachix - ## uses: cachix/cachix-action@v12 + ## uses: cachix/cachix-action@v14 ## with: ## name: saber ## authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8857ded..70ea503 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v3 - uses: cachix/install-nix-action@v22 - name: Setup Cachix - uses: cachix/cachix-action@v12 + uses: cachix/cachix-action@v14 with: name: saber authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} @@ -39,7 +39,7 @@ jobs: - uses: actions/checkout@v3 - uses: cachix/install-nix-action@v22 - name: Setup Cachix - uses: cachix/cachix-action@v12 + uses: cachix/cachix-action@v14 with: name: saber authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}