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@v4
28
28
29
29
- name : Install devbox
30
- uses : jetpack-io/devbox-install-action@v0.6.1
30
+ uses : jetpack-io/devbox-install-action@v0.7.0
31
31
with :
32
32
enable-cache : true
33
33
55
55
56
56
- if : steps.check_e2e_tests_exist.outputs.files_exists == 'true'
57
57
name : Install devbox
58
- uses : jetpack-io/devbox-install-action@v0.6.1
58
+ uses : jetpack-io/devbox-install-action@v0.7.0
59
59
with :
60
60
enable-cache : true
61
61
85
85
uses : actions/checkout@v4
86
86
87
87
- name : Install devbox
88
- uses : jetpack-io/devbox-install-action@v0.6.1
88
+ uses : jetpack-io/devbox-install-action@v0.7.0
89
89
with :
90
90
enable-cache : true
91
91
@@ -137,7 +137,7 @@ jobs:
137
137
ref : ${{ github.event.pull_request.head.sha }}
138
138
139
139
- name : Install devbox
140
- uses : jetpack-io/devbox-install-action@v0.6.1
140
+ uses : jetpack-io/devbox-install-action@v0.7.0
141
141
with :
142
142
enable-cache : true
143
143
@@ -162,7 +162,7 @@ jobs:
162
162
fetch-depth : 0
163
163
164
164
- name : Install devbox
165
- uses : jetpack-io/devbox-install-action@v0.6.1
165
+ uses : jetpack-io/devbox-install-action@v0.7.0
166
166
with :
167
167
enable-cache : true
168
168
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.6.1
34
+ uses : jetpack-io/devbox-install-action@v0.7.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.6.1
26
+ uses : jetpack-io/devbox-install-action@v0.7.0
27
27
with :
28
28
enable-cache : true
29
29
You can’t perform that action at this time.
0 commit comments