ci: update actions/checkout and actions/setup-node to v4 (#399)

pull/401/head
ryu 2024-02-19 07:15:37 +09:00 committed by GitHub
parent e4b6d4dfb9
commit 701145178c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
16 changed files with 32 additions and 32 deletions

View File

@ -16,8 +16,8 @@ jobs:
run: run:
working-directory: ./packages/arktype-validator working-directory: ./packages/arktype-validator
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- uses: actions/setup-node@v2 - uses: actions/setup-node@v4
with: with:
node-version: 18.x node-version: 18.x
- run: yarn install --frozen-lockfile - run: yarn install --frozen-lockfile

View File

@ -16,8 +16,8 @@ jobs:
run: run:
working-directory: ./packages/auth-js working-directory: ./packages/auth-js
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- uses: actions/setup-node@v2 - uses: actions/setup-node@v4
with: with:
node-version: 18.x node-version: 18.x
- run: yarn install --frozen-lockfile - run: yarn install --frozen-lockfile

View File

@ -16,8 +16,8 @@ jobs:
run: run:
working-directory: ./packages/clerk-auth working-directory: ./packages/clerk-auth
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- uses: actions/setup-node@v2 - uses: actions/setup-node@v4
with: with:
node-version: 18.x node-version: 18.x
- run: yarn install --frozen-lockfile - run: yarn install --frozen-lockfile

View File

@ -16,8 +16,8 @@ jobs:
run: run:
working-directory: ./packages/firebase-auth working-directory: ./packages/firebase-auth
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- uses: actions/setup-node@v2 - uses: actions/setup-node@v4
with: with:
node-version: 18.x node-version: 18.x
- run: yarn install --frozen-lockfile - run: yarn install --frozen-lockfile

View File

@ -16,8 +16,8 @@ jobs:
run: run:
working-directory: ./packages/graphql-server working-directory: ./packages/graphql-server
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- uses: actions/setup-node@v2 - uses: actions/setup-node@v4
with: with:
node-version: 18.x node-version: 18.x
- run: yarn install --frozen-lockfile - run: yarn install --frozen-lockfile

View File

@ -16,8 +16,8 @@ jobs:
run: run:
working-directory: ./packages/hello working-directory: ./packages/hello
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- uses: actions/setup-node@v2 - uses: actions/setup-node@v4
with: with:
node-version: 18.x node-version: 18.x
- run: yarn install --frozen-lockfile - run: yarn install --frozen-lockfile

View File

@ -16,8 +16,8 @@ jobs:
run: run:
working-directory: ./packages/medley-router working-directory: ./packages/medley-router
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- uses: actions/setup-node@v2 - uses: actions/setup-node@v4
with: with:
node-version: 18.x node-version: 18.x
- run: yarn install --frozen-lockfile - run: yarn install --frozen-lockfile

View File

@ -16,8 +16,8 @@ jobs:
run: run:
working-directory: ./packages/prometheus working-directory: ./packages/prometheus
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- uses: actions/setup-node@v2 - uses: actions/setup-node@v4
with: with:
node-version: 18.x node-version: 18.x
- run: yarn install --frozen-lockfile - run: yarn install --frozen-lockfile

View File

@ -16,8 +16,8 @@ jobs:
run: run:
working-directory: ./packages/sentry working-directory: ./packages/sentry
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- uses: actions/setup-node@v2 - uses: actions/setup-node@v4
with: with:
node-version: 18.x node-version: 18.x
- run: yarn install --frozen-lockfile - run: yarn install --frozen-lockfile

View File

@ -16,8 +16,8 @@ jobs:
run: run:
working-directory: ./packages/trpc-server working-directory: ./packages/trpc-server
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- uses: actions/setup-node@v2 - uses: actions/setup-node@v4
with: with:
node-version: 18.x node-version: 18.x
- run: yarn install --frozen-lockfile - run: yarn install --frozen-lockfile

View File

@ -16,8 +16,8 @@ jobs:
run: run:
working-directory: ./packages/typebox-validator working-directory: ./packages/typebox-validator
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- uses: actions/setup-node@v2 - uses: actions/setup-node@v4
with: with:
node-version: 18.x node-version: 18.x
- run: yarn install --frozen-lockfile - run: yarn install --frozen-lockfile

View File

@ -16,8 +16,8 @@ jobs:
run: run:
working-directory: ./packages/typia-validator working-directory: ./packages/typia-validator
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- uses: actions/setup-node@v2 - uses: actions/setup-node@v4
with: with:
node-version: 18.x node-version: 18.x
- run: yarn install --frozen-lockfile - run: yarn install --frozen-lockfile

View File

@ -16,8 +16,8 @@ jobs:
run: run:
working-directory: ./packages/valibot-validator working-directory: ./packages/valibot-validator
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- uses: actions/setup-node@v2 - uses: actions/setup-node@v4
with: with:
node-version: 18.x node-version: 18.x
- run: yarn install --frozen-lockfile - run: yarn install --frozen-lockfile

View File

@ -16,8 +16,8 @@ jobs:
run: run:
working-directory: ./packages/zod-openapi working-directory: ./packages/zod-openapi
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- uses: actions/setup-node@v2 - uses: actions/setup-node@v4
with: with:
node-version: 18.x node-version: 18.x
- run: yarn install --frozen-lockfile - run: yarn install --frozen-lockfile

View File

@ -16,8 +16,8 @@ jobs:
run: run:
working-directory: ./packages/zod-validator working-directory: ./packages/zod-validator
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- uses: actions/setup-node@v2 - uses: actions/setup-node@v4
with: with:
node-version: 18.x node-version: 18.x
- run: yarn install --frozen-lockfile - run: yarn install --frozen-lockfile

View File

@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout Repo - name: Checkout Repo
uses: actions/checkout@v2 uses: actions/checkout@v4
- name: Setup Node.js 18.x - name: Setup Node.js 18.x
uses: actions/setup-node@v2 uses: actions/setup-node@v4
with: with:
node-version: 18.x node-version: 18.x