Skip to content

Commit

Permalink
chore(deps): bump cachix/install-nix-action from 16 to 17
Browse files Browse the repository at this point in the history
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 16 to 17.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](cachix/install-nix-action@v16...v17)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 8, 2022
1 parent f1ca312 commit e90ca86
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
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@v16
- uses: cachix/install-nix-action@v17
- name: Test public cache
uses: ./
with:
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v3
- run: yarn install --frozen-lockfile
- run: yarn build
- uses: cachix/install-nix-action@v16
- uses: cachix/install-nix-action@v17
- name: Test public cache no signing key
uses: ./
with:
Expand All @@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v3
- run: yarn install --frozen-lockfile
- run: yarn build
- uses: cachix/install-nix-action@v16
- uses: cachix/install-nix-action@v17
- name: Test private cache
uses: ./
with:
Expand All @@ -69,7 +69,7 @@ jobs:
- uses: actions/checkout@v3
- run: yarn install --frozen-lockfile
- run: yarn build
- uses: cachix/install-nix-action@v16
- uses: cachix/install-nix-action@v17
- name: Test private cache
uses: ./
with:
Expand All @@ -86,7 +86,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: cachix/install-nix-action@v16
uses: cachix/install-nix-action@v17
with:
nix_path: nixpkgs=channel:nixos-21.05
install_url: https://nixos-nix-install-tests.cachix.org/serve/i6laym9jw3wg9mw6ncyrk6gjx4l34vvx/install
Expand Down

0 comments on commit e90ca86

Please sign in to comment.