Skip to content

Commit

Permalink
Merge pull request #364 from a-kenji/dependabot/github_actions/cachix…
Browse files Browse the repository at this point in the history
…/cachix-action-13
  • Loading branch information
a-kenji authored Dec 4, 2023
2 parents 53b171e + c1e786e commit e49ec23
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@v2
with:
diagnostic-endpoint: ""
- uses: cachix/cachix-action@v12
- uses: cachix/cachix-action@v13
with:
name: kenji
# If you chose API tokens for write access OR if you have a private cache
Expand All @@ -37,7 +37,7 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@v2
with:
diagnostic-endpoint: ""
- uses: cachix/cachix-action@v12
- uses: cachix/cachix-action@v13
with:
name: kenji
# If you chose API tokens for write access OR if you have a private cache
Expand All @@ -56,7 +56,7 @@ jobs:
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v12
- uses: cachix/cachix-action@v13
with:
name: kenji
# If you chose API tokens for write access OR if you have a private cache
Expand All @@ -75,7 +75,7 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@v2
with:
diagnostic-endpoint: ""
- uses: cachix/cachix-action@v12
- uses: cachix/cachix-action@v13
with:
name: kenji
# If you chose API tokens for write access OR if you have a private cache
Expand All @@ -94,7 +94,7 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@v2
with:
diagnostic-endpoint: ""
- uses: cachix/cachix-action@v12
- uses: cachix/cachix-action@v13
with:
name: kenji
# If you chose API tokens for write access OR if you have a private cache
Expand Down

0 comments on commit e49ec23

Please sign in to comment.