Update GH action versions.

This commit is contained in:
maxswa
2023-04-12 13:00:18 -04:00
parent f80b417121
commit d45e2efcfd

View File

@@ -10,19 +10,19 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3.3.0
- uses: borales/actions-yarn@v2.0.0 - uses: borales/actions-yarn@v4.2.0
with: with:
cmd: install cmd: install
- uses: borales/actions-yarn@v2.0.0 - uses: borales/actions-yarn@v4.2.0
with: with:
cmd: lint cmd: lint
- uses: borales/actions-yarn@v2.0.0 - uses: borales/actions-yarn@v4.2.0
with: with:
cmd: format cmd: format
- uses: borales/actions-yarn@v2.0.0 - uses: borales/actions-yarn@v4.2.0
with: with:
cmd: build cmd: build
- uses: borales/actions-yarn@v2.0.0 - uses: borales/actions-yarn@v4.2.0
with: with:
cmd: test cmd: test