Skip to content

Commit 2d30f52

Browse files
chore(deps): bump volta-cli/action from 3 to 4
Bumps [volta-cli/action](https://github.com/volta-cli/action) from 3 to 4. - [Release notes](https://github.com/volta-cli/action/releases) - [Changelog](https://github.com/volta-cli/action/blob/master/CHANGELOG.md) - [Commits](volta-cli/action@v3...v4) --- updated-dependencies: - dependency-name: volta-cli/action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5425783 commit 2d30f52

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v3
19-
- uses: volta-cli/action@v3
19+
- uses: volta-cli/action@v4
2020
- uses: mydea/actions-ember-testing@v2
2121
- name: Install dependencies
2222
run: yarn install --frozen-lockfile
@@ -46,7 +46,7 @@ jobs:
4646

4747
steps:
4848
- uses: actions/checkout@v3
49-
- uses: volta-cli/action@v3
49+
- uses: volta-cli/action@v4
5050
- uses: mydea/actions-ember-testing@v2
5151
- name: Install dependencies
5252
run: yarn install --frozen-lockfile

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v3
16-
- uses: volta-cli/action@v3
16+
- uses: volta-cli/action@v4
1717
- name: Install dependencies
1818
run: yarn install --frozen-lockfile
1919
- name: Run tests

0 commit comments

Comments
 (0)