Skip to content

Commit

Permalink
Merge pull request #26 from lucernae/renovate/cachix-install-nix-acti…
Browse files Browse the repository at this point in the history
…on-26.x

Update cachix/install-nix-action action to v26
  • Loading branch information
lucernae authored Mar 18, 2024
2 parents 69d6616 + d167961 commit 7636e16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nix-build-using-debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v20
- uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-20.09
extra_nix_config: |
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
name: ${{ github.event.inputs.environmentName }}
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v20
- uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-20.09
extra_nix_config: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nix-build-using-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v20
- uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-20.09
extra_nix_config: |
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
name: ${{ github.event.inputs.environmentName }}
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v20
- uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-20.09
extra_nix_config: |
Expand Down

0 comments on commit 7636e16

Please sign in to comment.