File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,8 @@ jobs:
103103 needs : validation
104104 steps :
105105 - uses : actions/checkout@v4
106+ with :
107+ ref : ' v${{ needs.validation.outputs.GDEXT_PUBLISHED_VERSION }}'
106108
107109 - name : " Install Rust (uncached)"
108110 run : rustup update stable
@@ -115,6 +117,8 @@ jobs:
115117 needs : validation
116118 steps :
117119 - uses : actions/checkout@v4
120+ with :
121+ ref : ' v${{ needs.validation.outputs.GDEXT_PUBLISHED_VERSION }}'
118122
119123 - name : " Install Rust (uncached)"
120124 run : rustup update stable
@@ -136,6 +140,8 @@ jobs:
136140 needs : validation
137141 steps :
138142 - uses : actions/checkout@v4
143+ with :
144+ ref : ' v${{ needs.validation.outputs.GDEXT_PUBLISHED_VERSION }}'
139145
140146 - name : " Install Rust (uncached)"
141147 run : rustup update stable
You can’t perform that action at this time.
0 commit comments