Skip to content

Commit

Permalink
Merge pull request #371 from a-kenji/dependabot/github_actions/cachix…
Browse files Browse the repository at this point in the history
…/cachix-action-14

build(deps): bump cachix/cachix-action from 13 to 14
  • Loading branch information
a-kenji authored Jan 15, 2024
2 parents 9b72f68 + d6791e0 commit 2d6c474
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@v13
- uses: cachix/cachix-action@v14
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@v13
- uses: cachix/cachix-action@v14
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@v13
- uses: cachix/cachix-action@v14
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@v13
- uses: cachix/cachix-action@v14
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@v13
- uses: cachix/cachix-action@v14
with:
name: kenji
# If you chose API tokens for write access OR if you have a private cache
Expand Down

0 comments on commit 2d6c474

Please sign in to comment.