From 4623ac26b989bb61f017a4e44bd6566eb517e914 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 20:30:46 +0700 Subject: [PATCH] chore: bump threeal/yarn-install-action from 1.0.0 to 2.0.0 (#211) Bumps [threeal/yarn-install-action](https://github.com/threeal/yarn-install-action) from 1.0.0 to 2.0.0. - [Release notes](https://github.com/threeal/yarn-install-action/releases) - [Commits](https://github.com/threeal/yarn-install-action/compare/v1.0.0...v2.0.0) --- updated-dependencies: - dependency-name: threeal/yarn-install-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yaml | 2 +- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e487e3b..add40a4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -18,7 +18,7 @@ jobs: node-version: latest - name: Install Dependencies - uses: threeal/yarn-install-action@v1.0.0 + uses: threeal/yarn-install-action@v2.0.0 - name: Build Package run: | diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2ea267e..3755e53 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -18,7 +18,7 @@ jobs: node-version: latest - name: Install Dependencies - uses: threeal/yarn-install-action@v1.0.0 + uses: threeal/yarn-install-action@v2.0.0 - name: Check Format run: |