Skip to content

Commit

Permalink
ci(github-action)!: Update cachix/install-nix-action action ( v26 → v…
Browse files Browse the repository at this point in the history
…27 ) (#27)

| datasource  | package                   | from | to  |
| ----------- | ------------------------- | ---- | --- |
| github-tags | cachix/install-nix-action | v26  | v27 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 10, 2024
1 parent 3f92cb2 commit 7bb6d96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nix-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
- uses: cachix/install-nix-action@v27
- id: set-matrix
name: Generate Nix Matrix
run: |
Expand All @@ -31,7 +31,7 @@ jobs:
matrix: ${{fromJSON(needs.nix-matrix.outputs.matrix)}}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
- uses: cachix/install-nix-action@v27
with:
extra_nix_config: |
auto-optimise-store = true
Expand Down

0 comments on commit 7bb6d96

Please sign in to comment.