Skip to content

Commit

Permalink
Update cachix/install-nix-action action to v26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 18, 2024
1 parent d399c61 commit d167961
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 d167961

Please sign in to comment.