Skip to content

Commit

Permalink
chore(deps): update volta-cli/action action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 12, 2022
1 parent 0eb5330 commit c14232b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: volta-cli/action@v1
- uses: volta-cli/action@v2
- run: yarn install --frozen-lockfile
- run: yarn jest

Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: volta-cli/action@v1
- uses: volta-cli/action@v2
- run: yarn install

- name: Release
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: volta-cli/action@v1
- uses: volta-cli/action@v2

- run: yarn install --frozen-lockfile

Expand All @@ -39,5 +39,5 @@ jobs:
with:
fetch-depth: 0

- uses: volta-cli/action@v1
- uses: volta-cli/action@v2
- uses: wagoid/commitlint-github-action@v5.0.2

0 comments on commit c14232b

Please sign in to comment.