From 966fafe6fad0b379a4bdad1f273826508bbf9f30 Mon Sep 17 00:00:00 2001 From: Dominic Date: Wed, 6 Mar 2024 13:12:03 +0100 Subject: [PATCH] ci: update release action --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f431a6..70813b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,16 +18,16 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Checkout 🛎 - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup node 👷🏽‍♂️ - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '18.x' registry-url: 'https://registry.npmjs.org' - name: Install pnpm 👷🏽‍♂️ - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@@v3 id: pnpm-install with: version: 8