Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request hercules-ci#174 from cachix/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/cachix/cachix-action-11

chore(deps): bump cachix/cachix-action from 10 to 11
  • Loading branch information
domenkozar committed Oct 19, 2022
2 parents 94b0f30 + 71d0c67 commit a13187b
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@v17
- uses: cachix/cachix-action@v10
- uses: cachix/cachix-action@v11
with:
name: pre-commit-hooks
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
Expand All @@ -27,7 +27,7 @@ jobs:
with:
extra_nix_config: |
experimental-features = nix-command flakes
- uses: cachix/cachix-action@v10
- uses: cachix/cachix-action@v11
with:
name: pre-commit-hooks
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
Expand Down

0 comments on commit a13187b

Please sign in to comment.