From f0c8bc1bf9e626f329d169a6cfcd2bbb81c4bd6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 20:12:48 +0000 Subject: [PATCH] Update borales/actions-yarn action to v5 --- .github/workflows/pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index edb7ae2..8bbac2d 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -23,7 +23,7 @@ jobs: node-version: 16 - name: Run install - uses: borales/actions-yarn@v4 + uses: borales/actions-yarn@v5 with: cmd: install # will run `yarn install` command