From 28b20bc7e72c82ef14452ab9fbf3cf9ece5041ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 19:01:15 +0000 Subject: [PATCH] Update borales/actions-yarn action to v5 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 21cf0d1..9fc72e8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,7 @@ jobs: cache: "yarn" - name: Setup yarn - uses: borales/actions-yarn@v4 + uses: borales/actions-yarn@v5 with: cmd: "install" @@ -44,7 +44,7 @@ jobs: cache: "yarn" - name: Setup yarn - uses: borales/actions-yarn@v4 + uses: borales/actions-yarn@v5 with: cmd: "install"