Skip to content

Commit

Permalink
--- (#404)
Browse files Browse the repository at this point in the history
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 30, 2024
1 parent fd5b12e commit a2aed7c
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@v14
uses: cachix/cachix-action@v15
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@v14
uses: cachix/cachix-action@v15
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@v14
uses: cachix/cachix-action@v15
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@v14
uses: cachix/cachix-action@v15
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@v14
uses: cachix/cachix-action@v15
with:
name: tweag-cooked-validators
## This auth token will give write access to the cache, meaning that
Expand Down

0 comments on commit a2aed7c

Please sign in to comment.