diff options
| author | Cyril Cohen | 2020-11-20 18:04:40 +0100 |
|---|---|---|
| committer | GitHub | 2020-11-20 18:04:40 +0100 |
| commit | 56f5b326cdcaa340f30406754f6be12f5a020a86 (patch) | |
| tree | 71e98cec12c6a29ff79b39e5c0c2e3aec4f6beb1 /.github/workflows | |
| parent | 94b9fdb2b245ce1e4af3bae099f4488e35addeed (diff) | |
Update nix.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/nix.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 0ea5aee..9f45794 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - coq: [ "8.11", "8.10", "8.9" ] + coq: [ "8.11", "8.10", "8.12" ] steps: - name: Get branch shortname run: echo "##[set-output name=name;]$(echo ${GITHUB_REF#refs/heads/})" @@ -19,8 +19,8 @@ jobs: - name: Get owner lowercase name run: echo "##[set-output name=name;]$(echo $GITHUB_REPOSITORY | cut -d/ -f1 | tr '[:upper:]' '[:lower:]')" id: owner-lowercase - - uses: cachix/install-nix-action@v8 - - uses: cachix/cachix-action@v6 + - uses: cachix/install-nix-action@v12 + - uses: cachix/cachix-action@v8 if: steps.owner.outputs.name == 'math-comp' || steps.owner.outputs.name == 'CohenCyril' with: # Name of a cachix cache to push and pull/substitute |
