From 5020c17caad04988e2478f7cbeabae8583678f93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Vieira?= Date: Tue, 22 Aug 2023 22:03:19 +0100 Subject: [PATCH] Build(deps): Update borales/actions-yarn to 4.2.0 --- .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 34a40c6..b4f8df3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,11 +14,11 @@ jobs: with: node-version: 12 - name: Install dependencies - uses: borales/actions-yarn@v2.3.0 + uses: borales/actions-yarn@v4.2.0 with: cmd: install - name: Install semantic-release plugin - uses: borales/actions-yarn@v2.3.0 + uses: borales/actions-yarn@v4.2.0 with: cmd: add conventional-changelog-eslint - name: Release