chore(deps): bump cachix/install-nix-action from v9 to v10

Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from v9 to v10.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v9...63cf434de4e4292c6960639d56c5dd550e789d77)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-07-07 09:21:13 +00:00 committed by GitHub
commit 5c5ce04016
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ jobs:
- run: yarn build - run: yarn build
# check if typescript generation was committed # check if typescript generation was committed
- run: git diff --exit-code - run: git diff --exit-code
- uses: cachix/install-nix-action@v9 - uses: cachix/install-nix-action@v10
- name: Test public cache - name: Test public cache
uses: ./ uses: ./
with: with:
@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- run: yarn install --frozen-lockfile - run: yarn install --frozen-lockfile
- run: yarn build - run: yarn build
- uses: cachix/install-nix-action@v9 - uses: cachix/install-nix-action@v10
- name: Test public cache no signing key - name: Test public cache no signing key
uses: ./ uses: ./
with: with:
@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- run: yarn install --frozen-lockfile - run: yarn install --frozen-lockfile
- run: yarn build - run: yarn build
- uses: cachix/install-nix-action@v9 - uses: cachix/install-nix-action@v10
- name: Test private cache - name: Test private cache
uses: ./ uses: ./
with: with: