Bump cachix/install-nix-action from 17 to 18
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 17 to 18. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v17...v18) --- 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
Laurence Isla
parent
9c075e5e52
commit
4d256ce5db
@@ -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@v17
|
- uses: cachix/install-nix-action@v18
|
||||||
- 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@v17
|
- uses: cachix/install-nix-action@v18
|
||||||
- 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@v17
|
- uses: cachix/install-nix-action@v18
|
||||||
- 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