From 4f77979f7b3c6a2c40064ea5013bc53f2fbe6ed5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 14:10:41 +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/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbf9a920d..013789084 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - name: Setup Nix caches - uses: cachix/cachix-action@v12 + uses: cachix/cachix-action@v14 with: name: tweag-cooked-validators ## This auth token will give write access to the cache, meaning that @@ -59,7 +59,7 @@ jobs: access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - name: Setup Nix caches - uses: cachix/cachix-action@v12 + uses: cachix/cachix-action@v14 with: name: tweag-cooked-validators ## This auth token will give write access to the cache, meaning that @@ -91,7 +91,7 @@ jobs: access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - name: Setup Nix caches - uses: cachix/cachix-action@v12 + uses: cachix/cachix-action@v14 with: name: tweag-cooked-validators ## No auth token: read only cache. @@ -218,7 +218,7 @@ jobs: access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - name: Setup Nix caches - uses: cachix/cachix-action@v12 + uses: cachix/cachix-action@v14 with: name: tweag-cooked-validators ## No auth token: read only cache. @@ -284,7 +284,7 @@ jobs: access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - name: Setup Nix caches - uses: cachix/cachix-action@v12 + uses: cachix/cachix-action@v14 with: name: tweag-cooked-validators ## This auth token will give write access to the cache, meaning that