Skip to content

Commit

Permalink
build(deps): bump borales/actions-yarn from 4 to 5 (#3013)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 28, 2024
1 parent df664f3 commit c981a64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: 20

- name: Install dependencies
uses: borales/actions-yarn@v4
uses: borales/actions-yarn@v5
with:
cmd: install --frozen-lockfile

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
cache: yarn

- name: Install dependencies
uses: borales/actions-yarn@v4
uses: borales/actions-yarn@v5
with:
cmd: install --frozen-lockfile

Expand Down

0 comments on commit c981a64

Please sign in to comment.