Merge pull request #59 from cachix/dependabot/github_actions/cachix/install-nix-action-v11

chore(deps): update cachix/install-nix-action requirement to v11
This commit is contained in:
Domen Kožar 2020-09-22 10:01:41 +02:00 committed by GitHub
commit 25bafc819c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,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@v10 - uses: cachix/install-nix-action@v11
- name: Test public cache - name: Test public cache
uses: ./ uses: ./
with: with: