Skip to content

Commit

Permalink
chore(deps): bump borales/actions-yarn from 4 to 5
Browse files Browse the repository at this point in the history
Bumps [borales/actions-yarn](https://github.com/borales/actions-yarn) from 4 to 5.
- [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...v5)

---
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 Feb 7, 2024
1 parent a76eca7 commit 770dd0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ jobs:
run: mvn org.eclipse.dash:license-tool-plugin:license-check -Ddash.summary=DEPENDENCIES_BACKEND

- name: Run install
uses: borales/actions-yarn@v4
uses: borales/actions-yarn@v5
with:
cmd: install
dir: 'frontend'

- name: Generate FE Dependencies file
uses: borales/actions-yarn@v4
uses: borales/actions-yarn@v5
with:
cmd: run dependencies:generate
dir: 'frontend'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests-xray_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
node-version: 18.x

- name: Run yarn install
uses: Borales/actions-yarn@v4.2.0
uses: Borales/actions-yarn@v5
with:
cmd: install # will run `yarn install` command

Expand Down

0 comments on commit 770dd0b

Please sign in to comment.