File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 27
27
uses : actions/checkout@v3
28
28
29
29
- name : Install devbox
30
- uses : jetpack-io/devbox-install-action@v0.5 .0
30
+ uses : jetpack-io/devbox-install-action@v0.6 .0
31
31
with :
32
32
enable-cache : true
33
33
54
54
55
55
- if : steps.check_e2e_tests_exist.outputs.files_exists == 'true'
56
56
name : Install devbox
57
- uses : jetpack-io/devbox-install-action@v0.5 .0
57
+ uses : jetpack-io/devbox-install-action@v0.6 .0
58
58
with :
59
59
enable-cache : true
60
60
81
81
uses : actions/checkout@v3
82
82
83
83
- name : Install devbox
84
- uses : jetpack-io/devbox-install-action@v0.5 .0
84
+ uses : jetpack-io/devbox-install-action@v0.6 .0
85
85
with :
86
86
enable-cache : true
87
87
@@ -132,7 +132,7 @@ jobs:
132
132
ref : ${{ github.event.pull_request.head.sha }}
133
133
134
134
- name : Install devbox
135
- uses : jetpack-io/devbox-install-action@v0.5 .0
135
+ uses : jetpack-io/devbox-install-action@v0.6 .0
136
136
with :
137
137
enable-cache : true
138
138
@@ -156,7 +156,7 @@ jobs:
156
156
fetch-depth : 0
157
157
158
158
- name : Install devbox
159
- uses : jetpack-io/devbox-install-action@v0.5 .0
159
+ uses : jetpack-io/devbox-install-action@v0.6 .0
160
160
with :
161
161
enable-cache : true
162
162
Original file line number Diff line number Diff line change 31
31
languages : ${{ matrix.language }}
32
32
33
33
- name : Install devbox
34
- uses : jetpack-io/devbox-install-action@v0.5 .0
34
+ uses : jetpack-io/devbox-install-action@v0.6 .0
35
35
with :
36
36
enable-cache : true
37
37
Original file line number Diff line number Diff line change 23
23
fetch-depth : 0
24
24
25
25
- name : Install devbox
26
- uses : jetpack-io/devbox-install-action@v0.5 .0
26
+ uses : jetpack-io/devbox-install-action@v0.6 .0
27
27
with :
28
28
enable-cache : true
29
29
You can’t perform that action at this time.
0 commit comments