Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cachix/install-nix-action from 12 to 14.1 #998

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/Cabal-Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# 2020-08-01: NOTE: Nix instantiate still needed for HNix tests
- name: "Install Nix"
uses: cachix/install-nix-action@v12
uses: cachix/install-nix-action@v14.1

- name: "Repository update"
run: cabal v2-update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Cabal-macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

# Still required for Remote and some builtins
- name: "Install Nix"
uses: cachix/install-nix-action@v12
uses: cachix/install-nix-action@v14.1

# NOTE: Freeze is for the caching
- name: "Configuration freeze"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/On-Release-Cabal-Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: sudo apt install libsodium-dev
# 2020-08-01: NOTE: Nix instantiate still needed for HNix tests
- name: "Install Nix"
uses: cachix/install-nix-action@v12
uses: cachix/install-nix-action@v14.1
- name: "Repository update"
run: cabal v2-update
# NOTE: Freeze is for the caching
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/On-Release-Nixpkgs-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
/nix/store
key: ${{ runner.os }}-Nixpkgs-integration-test
- name: "Install Nix"
uses: cachix/install-nix-action@v12
uses: cachix/install-nix-action@v14.1
with:
nix_path: "nixpkgs=channel:nixos-unstable"
- name: "Run Nixpkgs integration test"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Optional-Nix-dev-env-macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
submodules: recursive
- name: "Install Nix"
uses: cachix/install-nix-action@v12
uses: cachix/install-nix-action@v14.1
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: "Install Cachix"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/Optional-Nix-dev-env-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
with:
submodules: recursive
- name: "Install Nix"
uses: cachix/install-nix-action@v12
uses: cachix/install-nix-action@v14.1
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: "Install Cachix"
Expand All @@ -92,7 +92,7 @@ jobs:
with:
submodules: recursive
- name: "Install Nix"
uses: cachix/install-nix-action@v12
uses: cachix/install-nix-action@v14.1
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: "Install Cachix"
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
with:
submodules: recursive
- name: "Install Nix"
uses: cachix/install-nix-action@v12
uses: cachix/install-nix-action@v14.1
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: "Install Cachix"
Expand Down