We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5425783 commit 2d30f52Copy full SHA for 2d30f52
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v3
19
- - uses: volta-cli/action@v3
+ - uses: volta-cli/action@v4
20
- uses: mydea/actions-ember-testing@v2
21
- name: Install dependencies
22
run: yarn install --frozen-lockfile
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
51
52
.github/workflows/deploy.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
- name: Run tests
0 commit comments