Merge pull request #831 from NixOS/dependabot/github_actions/cachix/install-nix-action-v12

Bump cachix/install-nix-action from v10 to v12
This commit is contained in:
Eelco Dolstra 2021-01-03 18:12:07 +01:00 committed by GitHub
commit bc10fd9d75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v10
- uses: cachix/install-nix-action@v12
#- run: nix flake check
- run: nix-build -A checks.x86_64-linux.build
validate-openapi:
@ -18,5 +18,5 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v10
- uses: cachix/install-nix-action@v12
- run: nix-shell -p openapi-generator-cli --run "openapi-generator-cli validate -i ./hydra-api.yaml"