Bump cachix/install-nix-action from 16 to 17
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](https://github.com/cachix/install-nix-action/compare/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>
This commit is contained in:
committed by
Steve Chavez
parent
6f79b41bc1
commit
f6c68ddafb
@@ -16,7 +16,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: cachix/install-nix-action@v16
|
- uses: cachix/install-nix-action@v17
|
||||||
- run: nix-env -f default.nix -iA build
|
- run: nix-env -f default.nix -iA build
|
||||||
- run: postgrest-docs-build
|
- run: postgrest-docs-build
|
||||||
|
|
||||||
@@ -25,7 +25,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: cachix/install-nix-action@v16
|
- uses: cachix/install-nix-action@v17
|
||||||
- run: nix-env -f default.nix -iA spellcheck
|
- run: nix-env -f default.nix -iA spellcheck
|
||||||
- run: postgrest-docs-spellcheck
|
- run: postgrest-docs-spellcheck
|
||||||
|
|
||||||
@@ -35,7 +35,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: cachix/install-nix-action@v16
|
- uses: cachix/install-nix-action@v17
|
||||||
- run: nix-env -f default.nix -iA linkcheck
|
- run: nix-env -f default.nix -iA linkcheck
|
||||||
- run: postgrest-docs-linkcheck
|
- run: postgrest-docs-linkcheck
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user