aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorCyril Cohen2020-11-20 20:50:27 +0100
committerGitHub2020-11-20 20:50:27 +0100
commitfd0d84084738decce3fb6557cf82dc10d030daa8 (patch)
tree71e98cec12c6a29ff79b39e5c0c2e3aec4f6beb1 /.github
parent94b9fdb2b245ce1e4af3bae099f4488e35addeed (diff)
parent56f5b326cdcaa340f30406754f6be12f5a020a86 (diff)
Merge pull request #669 from math-comp/update-nix-action
Update nix.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/nix.yml6
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