Skip to content

Commit

Permalink
Update borales/actions-yarn to v5 in GitHub workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Giovanni Baratta <[email protected]>
  • Loading branch information
giovannibaratta committed May 15, 2024
1 parent 0c4af43 commit c0e4809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:
cache: yarn

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

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

Expand Down

0 comments on commit c0e4809

Please sign in to comment.