Skip to content

Commit

Permalink
feat(github-action)!: Update cachix/cachix-action action to v14 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyenr1quez-renovate[bot] authored Jan 28, 2024
1 parent 9f6b019 commit a218bf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cachix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@main

- name: Setup Cachix
uses: cachix/cachix-action@v13
uses: cachix/cachix-action@v14
with:
name: anthonyenr1quez
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
Expand All @@ -46,7 +46,7 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@main

- name: Setup Cachix
uses: cachix/cachix-action@v13
uses: cachix/cachix-action@v14
with:
name: anthonyenr1quez
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
Expand Down

0 comments on commit a218bf8

Please sign in to comment.