From 108485551aab25a0a6897dcde8ed1b3bf733db8b Mon Sep 17 00:00:00 2001 From: Michael Wilson Date: Fri, 8 Mar 2024 06:30:59 +0930 Subject: [PATCH] build(release): update actions in release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5bd8307e..ad65f526 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,9 +9,9 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Setup Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: 18 - name: Install dependencies