Merge pull request #118381 from zowoq/actions-bump
.github/workflows/manual-*.yml: update cachix / install-nix actions
This commit is contained in:
commit
db23e436b2
4
.github/workflows/manual-nixos.yml
vendored
4
.github/workflows/manual-nixos.yml
vendored
@ -15,11 +15,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
# pull_request_target checks out the base branch by default
|
# pull_request_target checks out the base branch by default
|
||||||
ref: refs/pull/${{ github.event.pull_request.number }}/merge
|
ref: refs/pull/${{ github.event.pull_request.number }}/merge
|
||||||
- uses: cachix/install-nix-action@v12
|
- uses: cachix/install-nix-action@v13
|
||||||
with:
|
with:
|
||||||
# explicitly enable sandbox
|
# explicitly enable sandbox
|
||||||
extra_nix_config: sandbox = true
|
extra_nix_config: sandbox = true
|
||||||
- uses: cachix/cachix-action@v8
|
- uses: cachix/cachix-action@v9
|
||||||
with:
|
with:
|
||||||
# This cache is for the nixos/nixpkgs manual builds and should not be trusted or used elsewhere.
|
# This cache is for the nixos/nixpkgs manual builds and should not be trusted or used elsewhere.
|
||||||
name: nixpkgs-ci
|
name: nixpkgs-ci
|
||||||
|
4
.github/workflows/manual-nixpkgs.yml
vendored
4
.github/workflows/manual-nixpkgs.yml
vendored
@ -15,11 +15,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
# pull_request_target checks out the base branch by default
|
# pull_request_target checks out the base branch by default
|
||||||
ref: refs/pull/${{ github.event.pull_request.number }}/merge
|
ref: refs/pull/${{ github.event.pull_request.number }}/merge
|
||||||
- uses: cachix/install-nix-action@v12
|
- uses: cachix/install-nix-action@v13
|
||||||
with:
|
with:
|
||||||
# explicitly enable sandbox
|
# explicitly enable sandbox
|
||||||
extra_nix_config: sandbox = true
|
extra_nix_config: sandbox = true
|
||||||
- uses: cachix/cachix-action@v8
|
- uses: cachix/cachix-action@v9
|
||||||
with:
|
with:
|
||||||
# This cache is for the nixos/nixpkgs manual builds and should not be trusted or used elsewhere.
|
# This cache is for the nixos/nixpkgs manual builds and should not be trusted or used elsewhere.
|
||||||
name: nixpkgs-ci
|
name: nixpkgs-ci
|
||||||
|
Loading…
Reference in New Issue
Block a user