Skip to content

Commit 2f51e64

Browse files
Bump cachix/install-nix-action from 25 to 27 (#1082)
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 25 to 27. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](cachix/install-nix-action@v25...V27) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d89a530 commit 2f51e64

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/nix-action-coq-8.16-macos.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020
ref: ${{ env.tested_commit }}
2121
- name: Cachix install
22-
uses: cachix/install-nix-action@v25
22+
uses: cachix/install-nix-action@V27
2323
with:
2424
nix_path: nixpkgs=channel:nixpkgs-unstable
2525
- name: Cachix setup metacoq
@@ -59,7 +59,7 @@ jobs:
5959
fetch-depth: 0
6060
ref: ${{ env.tested_commit }}
6161
- name: Cachix install
62-
uses: cachix/install-nix-action@v25
62+
uses: cachix/install-nix-action@V27
6363
with:
6464
nix_path: nixpkgs=channel:nixpkgs-unstable
6565
- name: Cachix setup metacoq
@@ -104,7 +104,7 @@ jobs:
104104
fetch-depth: 0
105105
ref: ${{ env.tested_commit }}
106106
- name: Cachix install
107-
uses: cachix/install-nix-action@v25
107+
uses: cachix/install-nix-action@V27
108108
with:
109109
nix_path: nixpkgs=channel:nixpkgs-unstable
110110
- name: Cachix setup metacoq

.github/workflows/nix-action-coq-8.16-ubuntu.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020
ref: ${{ env.tested_commit }}
2121
- name: Cachix install
22-
uses: cachix/install-nix-action@v25
22+
uses: cachix/install-nix-action@V27
2323
with:
2424
nix_path: nixpkgs=channel:nixpkgs-unstable
2525
- name: Cachix setup metacoq
@@ -59,7 +59,7 @@ jobs:
5959
fetch-depth: 0
6060
ref: ${{ env.tested_commit }}
6161
- name: Cachix install
62-
uses: cachix/install-nix-action@v25
62+
uses: cachix/install-nix-action@V27
6363
with:
6464
nix_path: nixpkgs=channel:nixpkgs-unstable
6565
- name: Cachix setup metacoq
@@ -104,7 +104,7 @@ jobs:
104104
fetch-depth: 0
105105
ref: ${{ env.tested_commit }}
106106
- name: Cachix install
107-
uses: cachix/install-nix-action@v25
107+
uses: cachix/install-nix-action@V27
108108
with:
109109
nix_path: nixpkgs=channel:nixpkgs-unstable
110110
- name: Cachix setup metacoq

0 commit comments

Comments
 (0)