From 5b4669ff1c7683dd51f31bfe173b53b6f5c7d3bd Mon Sep 17 00:00:00 2001 From: Pierluigi Viti Date: Fri, 17 May 2024 11:36:41 +0200 Subject: [PATCH] chore: update release action --- .github/workflows/semantic-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 0cf28e7..da2bcad 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 persist-credentials: false - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 with: version: latest - name: Setup Node.js