From 15934c6114eee3696ca8279872091445fbadd614 Mon Sep 17 00:00:00 2001 From: rizqitsani Date: Sat, 4 May 2024 17:26:20 +0700 Subject: [PATCH] ci: update action version --- .github/workflows/main.yml | 12 ++++++------ .github/workflows/pre-release.yml | 13 ++++++------- .github/workflows/release.yml | 12 ++++++------ 3 files changed, 18 insertions(+), 19 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 41f4134..aac2dfc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,17 +12,17 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: - version: 7 + version: 9 - - name: Setup Node.js 18.x - uses: actions/setup-node@v2 + - name: ⎔ Setup node + uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: 'pnpm' - name: Install Dependencies diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index d5aaef9..d052e8f 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -14,19 +14,18 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: - version: 7 + version: 9 - - name: Setup Node.js 18.x - uses: actions/setup-node@v2 + - name: ⎔ Setup node + uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: 'pnpm' - registry-url: 'https://registry.npmjs.org' - name: Install Dependencies run: pnpm install --frozen-lockfile diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 464e2cf..5823718 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,17 +13,17 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: - version: 7 + version: 9 - - name: Setup Node.js 18.x - uses: actions/setup-node@v2 + - name: ⎔ Setup node + uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: 'pnpm' - name: Install Dependencies