From f706fad2fb81c4af9d09122669d4a9c519bfb375 Mon Sep 17 00:00:00 2001 From: petretiandrea Date: Wed, 6 Mar 2024 08:04:50 +0100 Subject: [PATCH] fix(ci): update 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 a283379..a852236 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,11 +18,11 @@ jobs: fetch-depth: 0 persist-credentials: false - name: Setup Node 20.x - uses: actions/setup-node@4.0.2 + uses: actions/setup-node@v4.0.2 with: node-version: 20 - name: Semantic Release - uses: cycjimmy/semantic-release-action@4.0.0 + uses: cycjimmy/semantic-release-action@v4 with: semantic_version: 23.0.2 branches: |