From 1dff1fe824f1177b36786d36f45e4b4d47925535 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 03:03:33 +0000 Subject: [PATCH] Bump borales/actions-yarn from 2.3.0 to 4.2.0 Bumps [borales/actions-yarn](https://github.com/borales/actions-yarn) from 2.3.0 to 4.2.0. - [Release notes](https://github.com/borales/actions-yarn/releases) - [Changelog](https://github.com/Borales/actions-yarn/blob/master/CHANGELOG.md) - [Commits](https://github.com/borales/actions-yarn/compare/v2.3.0...v4.2.0) --- updated-dependencies: - dependency-name: borales/actions-yarn dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 930fb2d..388673f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,12 +26,12 @@ jobs: - uses: actions/checkout@v2 - name: yarn install - uses: borales/actions-yarn@v2.3.0 + uses: borales/actions-yarn@v4.2.0 with: cmd: install - name: yarn test - uses: borales/actions-yarn@v2.3.0 + uses: borales/actions-yarn@v4.2.0 with: cmd: test misspell_check: