Bump cachix/install-nix-action from 22 to 23
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 22 to 23. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v22...v23) --- 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
d643aab261
commit
46eae105b7
@@ -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@v22
|
- uses: cachix/install-nix-action@v23
|
||||||
- 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@v22
|
- uses: cachix/install-nix-action@v23
|
||||||
- run: nix-env -f default.nix -iA spellcheck
|
- run: nix-env -f default.nix -iA spellcheck
|
||||||
- run: postgrest-docs-spellcheck
|
- run: postgrest-docs-spellcheck
|
||||||
|
|
||||||
@@ -34,7 +34,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@v22
|
- uses: cachix/install-nix-action@v23
|
||||||
- run: nix-env -f default.nix -iA dictcheck
|
- run: nix-env -f default.nix -iA dictcheck
|
||||||
- run: postgrest-docs-dictcheck
|
- run: postgrest-docs-dictcheck
|
||||||
|
|
||||||
@@ -44,7 +44,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@v22
|
- uses: cachix/install-nix-action@v23
|
||||||
- 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