Skip to content

Commit

Permalink
Bump cachix/cachix-action from 12 to 14
Browse files Browse the repository at this point in the history
Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 12 to 14.
- [Release notes](https://github.com/cachix/cachix-action/releases)
- [Commits](cachix/cachix-action@v12...v14)

---
updated-dependencies:
- dependency-name: cachix/cachix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent ec25b63 commit 4f77979
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4f77979

Please sign in to comment.