ci(github-action)!: Update cachix/install-nix-action action to v26
| datasource | package | from | to | | ----------- | ------------------------- | ---- | --- | | github-tags | cachix/install-nix-action | v23 | v26 | | github-tags | cachix/install-nix-action | v25 | v26 |
This commit is contained in:
parent
7a04353998
commit
070d781af2
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build-raspi4.yaml
vendored
2
.github/workflows/build-raspi4.yaml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.1
|
- uses: actions/checkout@v4.1.1
|
||||||
- uses: cachix/install-nix-action@v23
|
- uses: cachix/install-nix-action@v26
|
||||||
with:
|
with:
|
||||||
nix_path: nixpkgs=channel:nixos-23.05
|
nix_path: nixpkgs=channel:nixos-23.05
|
||||||
extra_nix_config: |
|
extra_nix_config: |
|
||||||
|
|
2
.github/workflows/diff-pr.yaml
vendored
2
.github/workflows/diff-pr.yaml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Install nix
|
- name: Install nix
|
||||||
uses: cachix/install-nix-action@v25
|
uses: cachix/install-nix-action@v26
|
||||||
with:
|
with:
|
||||||
extra_nix_config: |
|
extra_nix_config: |
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
|
|
2
.github/workflows/nix-lint.yaml
vendored
2
.github/workflows/nix-lint.yaml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: cachix/install-nix-action@v23
|
uses: cachix/install-nix-action@v26
|
||||||
with:
|
with:
|
||||||
nix_path: nixpkgs=channel:nixos-unstable
|
nix_path: nixpkgs=channel:nixos-unstable
|
||||||
|
|
||||||
|
|
Reference in a new issue