mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +00:00
meta: bump cachix/install-nix-action from 31.8.2 to 31.8.4
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 31.8.2 to 31.8.4.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Changelog](https://github.com/cachix/install-nix-action/blob/master/RELEASE.md)
- [Commits](456688f15b...0b0e072294)
---
updated-dependencies:
- dependency-name: cachix/install-nix-action
dependency-version: 31.8.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
PR-URL: https://github.com/nodejs/node/pull/60768
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
parent
93fc88036f
commit
81b53c5145
2
.github/workflows/linters.yml
vendored
2
.github/workflows/linters.yml
vendored
@ -149,7 +149,7 @@ jobs:
|
||||
persist-credentials: false
|
||||
sparse-checkout: '*.nix'
|
||||
sparse-checkout-cone-mode: false
|
||||
- uses: cachix/install-nix-action@456688f15bc354bef6d396e4a35f4f89d40bf2b7 # v31.8.2
|
||||
- uses: cachix/install-nix-action@0b0e072294b088b73964f1d72dfdac0951439dbd # v31.8.4
|
||||
- name: Lint Nix files
|
||||
run: |
|
||||
nix-shell -I nixpkgs=./tools/nix/pkgs.nix -p 'nixfmt-tree' --run '
|
||||
|
||||
2
.github/workflows/test-shared.yml
vendored
2
.github/workflows/test-shared.yml
vendored
@ -127,7 +127,7 @@ jobs:
|
||||
tar xzf tarballs/*.tar.gz -C "$RUNNER_TEMP"
|
||||
echo "TAR_DIR=$RUNNER_TEMP/$(basename tarballs/*.tar.gz .tar.gz)" >> "$GITHUB_ENV"
|
||||
|
||||
- uses: cachix/install-nix-action@456688f15bc354bef6d396e4a35f4f89d40bf2b7 # v31.8.2
|
||||
- uses: cachix/install-nix-action@0b0e072294b088b73964f1d72dfdac0951439dbd # v31.8.4
|
||||
with:
|
||||
extra_nix_config: sandbox = true
|
||||
|
||||
|
||||
2
.github/workflows/tools.yml
vendored
2
.github/workflows/tools.yml
vendored
@ -306,7 +306,7 @@ jobs:
|
||||
allow-prereleases: true
|
||||
- name: Set up Nix
|
||||
if: matrix.id == 'nixpkgs-unstable' && (github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id)
|
||||
uses: cachix/install-nix-action@456688f15bc354bef6d396e4a35f4f89d40bf2b7 # v31.8.2
|
||||
uses: cachix/install-nix-action@0b0e072294b088b73964f1d72dfdac0951439dbd # v31.8.4
|
||||
- run: ${{ matrix.run }}
|
||||
if: github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id
|
||||
env:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user