Skip to content

Commit

Permalink
Merge pull request #460 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
domenkozar authored Jun 20, 2024
2 parents 97c0dc8 + 66b6833 commit c40eafd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- uses: cachix/cachix-action@v12
- uses: cachix/cachix-action@v15
with:
name: pre-commit-hooks
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
Expand All @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- uses: cachix/cachix-action@v12
- uses: cachix/cachix-action@v15
with:
name: pre-commit-hooks
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
Expand Down

0 comments on commit c40eafd

Please sign in to comment.