From 8d785e804032731d3b201a910d35395c07a50838 Mon Sep 17 00:00:00 2001 From: Niladri Halder Date: Fri, 23 Jun 2023 23:44:53 +0530 Subject: [PATCH] fix(ci): update cachix/install-nix-action to fix mac builds Signed-off-by: Niladri Halder --- .github/workflows/develop-chart.yml | 2 +- .github/workflows/develop-to-release-chart.yml | 2 +- .github/workflows/main-chart.yml | 2 +- .github/workflows/release-binaries.yml | 2 +- .github/workflows/release-chart.yml | 2 +- .github/workflows/template-chart.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/develop-chart.yml b/.github/workflows/develop-chart.yml index e2763ba24..684d85e10 100644 --- a/.github/workflows/develop-chart.yml +++ b/.github/workflows/develop-chart.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: cachix/install-nix-action@v18 + - uses: cachix/install-nix-action@v22 - name: Pre-populate nix-shell run: | export NIX_PATH=nixpkgs=$(jq '.nixpkgs.url' nix/sources.json -r) diff --git a/.github/workflows/develop-to-release-chart.yml b/.github/workflows/develop-to-release-chart.yml index 5c95bdb44..aa9a92f9b 100644 --- a/.github/workflows/develop-to-release-chart.yml +++ b/.github/workflows/develop-to-release-chart.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: cachix/install-nix-action@v18 + - uses: cachix/install-nix-action@v22 - name: Pre-populate nix-shell run: | export NIX_PATH=nixpkgs=$(jq '.nixpkgs.url' nix/sources.json -r) diff --git a/.github/workflows/main-chart.yml b/.github/workflows/main-chart.yml index 3cc2ac4f7..80965b2fd 100644 --- a/.github/workflows/main-chart.yml +++ b/.github/workflows/main-chart.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: cachix/install-nix-action@v18 + - uses: cachix/install-nix-action@v22 - name: Pre-populate nix-shell run: | export NIX_PATH=nixpkgs=$(jq '.nixpkgs.url' nix/sources.json -r) diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml index 396d3049d..44507ffb4 100644 --- a/.github/workflows/release-binaries.yml +++ b/.github/workflows/release-binaries.yml @@ -35,7 +35,7 @@ jobs: if [ "${{ github.ref_type }}" == "tag" ]; then git fetch -f origin ${{ github.ref }}:${{ github.ref }} fi - - uses: cachix/install-nix-action@v20 + - uses: cachix/install-nix-action@v22 with: nix_path: nixpkgs=channel:nixos extra_nix_config: extra-platforms = aarch64-darwin diff --git a/.github/workflows/release-chart.yml b/.github/workflows/release-chart.yml index bc6264fd1..ea26911c9 100644 --- a/.github/workflows/release-chart.yml +++ b/.github/workflows/release-chart.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: cachix/install-nix-action@v18 + - uses: cachix/install-nix-action@v22 - name: Pre-populate nix-shell run: | export NIX_PATH=nixpkgs=$(jq '.nixpkgs.url' nix/sources.json -r) diff --git a/.github/workflows/template-chart.yml b/.github/workflows/template-chart.yml index bc7eb3328..8f09b45af 100644 --- a/.github/workflows/template-chart.yml +++ b/.github/workflows/template-chart.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: cachix/install-nix-action@v18 + - uses: cachix/install-nix-action@v22 - name: Pre-populate nix-shell run: | export NIX_PATH=nixpkgs=$(jq '.nixpkgs.url' nix/sources.json -r)