Bump actions/checkout from 2.4.0 to 3 (#512)

This commit is contained in:
dependabot[bot]
2022-03-08 01:56:21 +01:00
committed by GitHub
parent 98976e4d57
commit ea58095e92
+3 -3
View File
@@ -15,7 +15,7 @@ jobs:
name: Build docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v16
- run: nix-env -f default.nix -iA build
- run: postgrest-docs-build
@@ -24,7 +24,7 @@ jobs:
name: Run spellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v16
- run: nix-env -f default.nix -iA spellcheck
- run: postgrest-docs-spellcheck
@@ -34,7 +34,7 @@ jobs:
if: github.base_ref == 'main'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v16
- run: nix-env -f default.nix -iA linkcheck
- run: postgrest-docs-linkcheck