Skip to content

Commit

Permalink
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 4ce62d6 commit d05b742
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
node-version: 16.x

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

- name: Run install
uses: borales/actions-yarn@v4
uses: borales/actions-yarn@v5
with:
cmd: build

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
node-version: 16.x

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

- name: Run install
uses: borales/actions-yarn@v4
uses: borales/actions-yarn@v5
with:
cmd: build

Expand Down

0 comments on commit d05b742

Please sign in to comment.