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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-29 10:37:19 +00:00 committed by GitHub
parent ec47e1f1cb
commit 7afa4fde2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ jobs:
node-version: latest node-version: latest
- name: Install Dependencies - name: Install Dependencies
uses: threeal/yarn-install-action@v1.0.0 uses: threeal/yarn-install-action@v2.0.0
- name: Build Package - name: Build Package
run: | run: |

View File

@ -18,7 +18,7 @@ jobs:
node-version: latest node-version: latest
- name: Install Dependencies - name: Install Dependencies
uses: threeal/yarn-install-action@v1.0.0 uses: threeal/yarn-install-action@v2.0.0
- name: Check Format - name: Check Format
run: | run: |