From 0cfb89f24bf00439ecba3844bc7266991ebdbb11 Mon Sep 17 00:00:00 2001 From: Pal Kerecsenyi Date: Tue, 16 Jan 2024 13:00:23 +0000 Subject: [PATCH] Use yarn action v4.2.0 --- .github/workflows/yarn.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/yarn.yml b/.github/workflows/yarn.yml index fb83691..1c76774 100644 --- a/.github/workflows/yarn.yml +++ b/.github/workflows/yarn.yml @@ -28,12 +28,12 @@ jobs: env: NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} - name: Install dependencies - uses: borales/actions-yarn@v4 + uses: borales/actions-yarn@v4.2.0 with: cmd: install - name: Build app using CI script - uses: borales/actions-yarn@v4 + uses: borales/actions-yarn@v4.2.0 with: cmd: gitea-ci-script