Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 3429175

Browse files
committed
chore: Update actions-yarn
Borales/actions-yarn#47
1 parent 0c7adaf commit 3429175

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717
with:
1818
node-version: 16
1919
- name: Install
20-
uses: borales/actions-yarn@v2.3.0
20+
uses: borales/actions-yarn@v3.0.0
2121
with:
2222
cmd: install
2323
- name: Build
24-
uses: borales/actions-yarn@v2.3.0
24+
uses: borales/actions-yarn@v3.0.0
2525
with:
2626
cmd: build
2727
- name: Predeploy
28-
uses: borales/actions-yarn@v2.3.0
28+
uses: borales/actions-yarn@v3.0.0
2929
with:
3030
cmd: predeploy
3131
- name: Deploy

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
with:
2121
node-version: 16
2222
- name: Install
23-
uses: borales/actions-yarn@v2.3.0
23+
uses: borales/actions-yarn@v3.0.0
2424
with:
2525
cmd: install
2626
- name: Lint
27-
uses: borales/actions-yarn@v2.3.0
27+
uses: borales/actions-yarn@v3.0.0
2828
with:
2929
cmd: eslint
3030
- name: Test
31-
uses: borales/actions-yarn@v2.3.0
31+
uses: borales/actions-yarn@v3.0.0
3232
with:
3333
cmd: test

0 commit comments

Comments
 (0)