Skip to content

Commit

Permalink
Bump cachix/install-nix-action from v8 to v10
Browse files Browse the repository at this point in the history
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from v8 to v10.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](cachix/install-nix-action@v8...63cf434)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 30, 2020
1 parent d0deebc commit 0df377d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v8
- uses: cachix/install-nix-action@v10
#- run: nix flake check
- run: nix-build -A checks.x86_64-linux.build
validate-openapi:
Expand All @@ -18,5 +18,5 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v8
- uses: cachix/install-nix-action@v10
- run: nix-shell -p openapi-generator-cli --run "openapi-generator-cli validate -i ./hydra-api.yaml"

0 comments on commit 0df377d

Please sign in to comment.