Skip to content

Commit

Permalink
Merge pull request #26 from cachix/renovate/cachix-cachix-action-15.x
Browse files Browse the repository at this point in the history
chore(deps): update cachix/cachix-action action to v15
  • Loading branch information
sandydoo authored Jun 13, 2024
2 parents 6ae06ea + 120e39e commit 83c3b39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- run: sudo rm -rf /opt&
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- uses: cachix/cachix-action@v14
- uses: cachix/cachix-action@v15
with:
name: ${{ env.CACHE_NAME }}
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
Expand All @@ -45,7 +45,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- uses: cachix/cachix-action@v14
- uses: cachix/cachix-action@v15
with:
name: ${{ env.CACHE_NAME }}
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
Expand Down

0 comments on commit 83c3b39

Please sign in to comment.