Skip to content

Commit

Permalink
Merge pull request #64 from cachix/bump-install-nix-action
Browse files Browse the repository at this point in the history
bump install-nix-action to v12
  • Loading branch information
domenkozar authored Nov 4, 2020
2 parents 35ccfc4 + cd53809 commit e689c31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- run: yarn build
# check if typescript generation was committed
- run: git diff --exit-code
- uses: cachix/install-nix-action@v11
- uses: cachix/install-nix-action@v12
- name: Test public cache
uses: ./
with:
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v2
- run: yarn install --frozen-lockfile
- run: yarn build
- uses: cachix/install-nix-action@v11
- uses: cachix/install-nix-action@v12
- name: Test public cache no signing key
uses: ./
with:
Expand All @@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@v2
- run: yarn install --frozen-lockfile
- run: yarn build
- uses: cachix/install-nix-action@v11
- uses: cachix/install-nix-action@v12
- name: Test private cache
uses: ./
with:
Expand All @@ -68,7 +68,7 @@ jobs:
- uses: actions/checkout@v2
- run: yarn install --frozen-lockfile
- run: yarn build
- uses: cachix/install-nix-action@v11
- uses: cachix/install-nix-action@v12
- name: Test private cache
uses: ./
with:
Expand Down

0 comments on commit e689c31

Please sign in to comment.