From 7afa4fde2d947963a1d240aa702a769a7a7fcd2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 10:37:19 +0000 Subject: [PATCH] chore: bump threeal/yarn-install-action from 1.0.0 to 2.0.0 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] --- .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: |