From 6d7c983c87ba2254a19da7d4cc2f9b7876d6d309 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:19:11 +0000 Subject: [PATCH] chore(deps): update borales/actions-yarn action to v5 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d69d24cb..4c2991ce 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -82,7 +82,7 @@ jobs: with: node-version: 20 - name: Run install - uses: borales/actions-yarn@v4 + uses: borales/actions-yarn@v5 with: cmd: install dir: ui