Skip to content

Commit 7943c6d

Browse files
Bump cachix/install-nix-action from V27 to 28 (#1100)
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from V27 to 28. This release includes the previously tagged commit. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](cachix/install-nix-action@V27...V28) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2f51e64 commit 7943c6d

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@V27
22+
uses: cachix/install-nix-action@V28
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@V27
62+
uses: cachix/install-nix-action@V28
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@V27
107+
uses: cachix/install-nix-action@V28
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@V27
22+
uses: cachix/install-nix-action@V28
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@V27
62+
uses: cachix/install-nix-action@V28
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@V27
107+
uses: cachix/install-nix-action@V28
108108
with:
109109
nix_path: nixpkgs=channel:nixpkgs-unstable
110110
- name: Cachix setup metacoq

0 commit comments

Comments
 (0)