Skip to content

Commit

Permalink
Bump borales/actions-yarn from 4.2.0 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps [borales/actions-yarn](https://github.com/borales/actions-yarn) from 4.2.0 to 5.0.0.
- [Release notes](https://github.com/borales/actions-yarn/releases)
- [Changelog](https://github.com/Borales/actions-yarn/blob/master/CHANGELOG.md)
- [Commits](Borales/actions-yarn@v4.2.0...v5.0.0)

---
updated-dependencies:
- dependency-name: borales/actions-yarn
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent c3e485f commit 8f370f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ jobs:
node-version: 18

- name: Install yarn dependencies
uses: borales/actions-yarn@v4.2.0
uses: borales/actions-yarn@v5.0.0
with:
cmd: install --frozen-lockfile
dir: backstage

- name: Lint all
uses: borales/actions-yarn@v4.2.0
uses: borales/actions-yarn@v5.0.0
with:
cmd: lint:all
dir: backstage

- name: Check format
uses: borales/actions-yarn@v4.2.0
uses: borales/actions-yarn@v5.0.0
with:
cmd: prettier:check
dir: backstage
Expand All @@ -49,13 +49,13 @@ jobs:
node-version: 18

- name: Install yarn dependencies
uses: borales/actions-yarn@v4.2.0
uses: borales/actions-yarn@v5.0.0
with:
cmd: install --frozen-lockfile
dir: backstage

- name: Run all tests
uses: borales/actions-yarn@v4.2.0
uses: borales/actions-yarn@v5.0.0
with:
cmd: test:all
dir: backstage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: 18

- name: Install yarn dependencies
uses: borales/actions-yarn@v4.2.0
uses: borales/actions-yarn@v5.0.0
with:
cmd: global add markdownlint-cli2 markdown-it-admon

Expand Down

0 comments on commit 8f370f5

Please sign in to comment.