Skip to content

Commit 8359679

Browse files
Bump cachix/install-nix-action from V28 to 30 (#1105)
1 parent 7943c6d commit 8359679

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

0 commit comments

Comments
 (0)