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

update install-nix-action@30 #295

Merged
merged 1 commit into from
Dec 6, 2024
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
194 changes: 97 additions & 97 deletions .github/workflows/nix-action-8.16-mathcomp2.yml

Large diffs are not rendered by default.

218 changes: 109 additions & 109 deletions .github/workflows/nix-action-8.16.yml

Large diffs are not rendered by default.

214 changes: 107 additions & 107 deletions .github/workflows/nix-action-8.17.yml

Large diffs are not rendered by default.

216 changes: 108 additions & 108 deletions .github/workflows/nix-action-8.18.yml

Large diffs are not rendered by default.

208 changes: 104 additions & 104 deletions .github/workflows/nix-action-8.19.yml

Large diffs are not rendered by default.

180 changes: 90 additions & 90 deletions .github/workflows/nix-action-8.20.yml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions .github/workflows/nix-action-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fetch-depth: 0
ref: ${{ env.tested_commit }}
- name: Cachix install
uses: cachix/install-nix-action@v27
uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
- name: Cachix setup coq-community
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
fetch-depth: 0
ref: ${{ env.tested_commit }}
- name: Cachix install
uses: cachix/install-nix-action@v27
uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
- name: Cachix setup coq-community
Expand Down
2 changes: 1 addition & 1 deletion action.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ with builtins; with lib; let
};
stepCachixInstall = {
name = "Cachix install";
uses = "cachix/install-nix-action@v27";
uses = "cachix/install-nix-action@v30";
"with".nix_path = "nixpkgs=channel:nixpkgs-unstable";
};
stepCachixUse = { name, authToken ? null,
Expand Down
Loading