Browse Source

feat(workflows): bump actions/checkout to v4

feat/node-20
աɨռɢӄաօռɢ 1 year ago
parent
commit
840181782e
  1. 4
      .github/workflows/ci-cd.yml
  2. 2
      .github/workflows/cleanup-caches-by-branch.yml
  3. 2
      .github/workflows/docker-readme-publish.yml
  4. 2
      .github/workflows/playwright-test-workflow.yml
  5. 2
      .github/workflows/pr-to-master.yml
  6. 2
      .github/workflows/pre-build-for-playwright.yml
  7. 2
      .github/workflows/publish-api-docs.yml
  8. 2
      .github/workflows/publish-blog.yml
  9. 2
      .github/workflows/publish-dev-docs.yml
  10. 2
      .github/workflows/publish-docs-index-typesense.yml
  11. 2
      .github/workflows/publish-docs.yml
  12. 2
      .github/workflows/publish-noco-i18n.yml
  13. 2
      .github/workflows/publish-prev-docs.yml
  14. 2
      .github/workflows/release-docker.yml
  15. 2
      .github/workflows/release-draft.yml
  16. 4
      .github/workflows/release-executables.yml
  17. 2
      .github/workflows/release-nightly-dev.yml
  18. 2
      .github/workflows/release-npm.yml
  19. 4
      .github/workflows/release-pr.yml
  20. 2
      .github/workflows/release-timely-executables.yml
  21. 2
      .github/workflows/unit-test.yml
  22. 2
      .github/workflows/update-sdk-path.yml

4
.github/workflows/ci-cd.yml

@ -42,7 +42,7 @@ jobs:
with: with:
node-version: 20.10.0 node-version: 20.10.0
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- name: remove use-node-version from .npmrc - name: remove use-node-version from .npmrc
@ -79,7 +79,7 @@ jobs:
with: with:
node-version: 20.10.0 node-version: 20.10.0
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- name: remove use-node-version from .npmrc - name: remove use-node-version from .npmrc

2
.github/workflows/cleanup-caches-by-branch.yml

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out code - name: Check out code
uses: actions/checkout@v3 uses: actions/checkout@v4
- name: Cleanup - name: Cleanup
run: | run: |

2
.github/workflows/docker-readme-publish.yml

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
- name: Docker Hub Description - name: Docker Hub Description
uses: peter-evans/dockerhub-description@v2 uses: peter-evans/dockerhub-description@v2
with: with:

2
.github/workflows/playwright-test-workflow.yml

@ -17,7 +17,7 @@ jobs:
timeout-minutes: 100 timeout-minutes: 100
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
- name: remove use-node-version from .npmrc - name: remove use-node-version from .npmrc
run: sed -i '/^use-node-version/d' .npmrc run: sed -i '/^use-node-version/d' .npmrc
- name: Setup Node - name: Setup Node

2
.github/workflows/pr-to-master.yml

@ -33,7 +33,7 @@ jobs:
- run: | - run: |
echo 'triggering pr-to-master' echo 'triggering pr-to-master'
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
ref: develop ref: develop

2
.github/workflows/pre-build-for-playwright.yml

@ -9,7 +9,7 @@ jobs:
timeout-minutes: 100 timeout-minutes: 100
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
- name: Setup Node - name: Setup Node
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:

2
.github/workflows/publish-api-docs.yml

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0

2
.github/workflows/publish-blog.yml

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0

2
.github/workflows/publish-dev-docs.yml

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3

2
.github/workflows/publish-docs-index-typesense.yml

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v3 # You MUST checkout your repository first! uses: actions/checkout@v4 # You MUST checkout your repository first!
- name: Run DocSearch Scraper - name: Run DocSearch Scraper
uses: celsiusnarhwal/typesense-scraper@v2 uses: celsiusnarhwal/typesense-scraper@v2

2
.github/workflows/publish-docs.yml

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3

2
.github/workflows/publish-noco-i18n.yml

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0

2
.github/workflows/publish-prev-docs.yml

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3

2
.github/workflows/release-docker.yml

@ -76,7 +76,7 @@ jobs:
echo DOCKER_BUILD_LATEST_TAG: ${DOCKER_BUILD_LATEST_TAG} echo DOCKER_BUILD_LATEST_TAG: ${DOCKER_BUILD_LATEST_TAG}
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
ref: ${{ github.ref }} ref: ${{ github.ref }}

2
.github/workflows/release-draft.yml

@ -39,7 +39,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
ref: ${{ github.ref }} ref: ${{ github.ref }}

4
.github/workflows/release-executables.yml

@ -21,7 +21,7 @@ jobs:
build-executables: build-executables:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Get pnpm store directory - name: Get pnpm store directory
shell: bash shell: bash
run: | run: |
@ -150,7 +150,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
path: 'homebrew-nocodb' path: 'homebrew-nocodb'
token: ${{ secrets.NC_GITHUB_TOKEN }} token: ${{ secrets.NC_GITHUB_TOKEN }}

2
.github/workflows/release-nightly-dev.yml

@ -13,7 +13,7 @@ jobs:
runs-on: 'ubuntu-latest' runs-on: 'ubuntu-latest'
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
fetch-depth: 1 fetch-depth: 1
ref: ${{ github.ref }} ref: ${{ github.ref }}

2
.github/workflows/release-npm.yml

@ -42,7 +42,7 @@ jobs:
with: with:
version: 8 version: 8
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
ref: ${{ github.ref }} ref: ${{ github.ref }}

4
.github/workflows/release-pr.yml

@ -25,7 +25,7 @@ jobs:
runs-on: 'ubuntu-latest' runs-on: 'ubuntu-latest'
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
fetch-depth: 1 fetch-depth: 1
ref: ${{ github.ref }} ref: ${{ github.ref }}
@ -110,7 +110,7 @@ jobs:
compose-file-cache-key: ${{ env.COMPOSE_FILE_HASH }} compose-file-cache-key: ${{ env.COMPOSE_FILE_HASH }}
steps: steps:
- name: Checkout git repo - name: Checkout git repo
uses: actions/checkout@v3 uses: actions/checkout@v4
- name: Render Compose File - name: Render Compose File
run: | run: |
NOCODB_IMAGE=nocodb/nocodb-timely:${{ needs.set-tag.outputs.current_version }}-${{ needs.set-tag.outputs.target_tag }} NOCODB_IMAGE=nocodb/nocodb-timely:${{ needs.set-tag.outputs.current_version }}-${{ needs.set-tag.outputs.target_tag }}

2
.github/workflows/release-timely-executables.yml

@ -21,7 +21,7 @@ jobs:
build-executables: build-executables:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
token: ${{ secrets.NC_GITHUB_TOKEN }} token: ${{ secrets.NC_GITHUB_TOKEN }}
repository: 'nocodb/nocodb-timely' repository: 'nocodb/nocodb-timely'

2
.github/workflows/unit-test.yml

@ -28,7 +28,7 @@ jobs:
uses: pnpm/action-setup@v2 uses: pnpm/action-setup@v2
with: with:
version: 8 version: 8
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:

2
.github/workflows/update-sdk-path.yml

@ -18,7 +18,7 @@ jobs:
with: with:
node-version: 20.10.0 node-version: 20.10.0
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- run: | - run: |

Loading…
Cancel
Save