@@ -106,23 +106,23 @@ jobs:
106106
107107 - name : Install VPP dependencies
108108 # yamllint disable-line rule:line-length
109- uses : fdio/vpp/.github/actions/vpp-install-deps@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
109+ uses : fdio/vpp/.github/actions/vpp-install-deps@f1396ffb623d0a03f8942b7262a18a591ded6cf3
110110 with :
111111 LOG_DIR : ${{ env.LOG_DIR }}
112112 WORKSPACE : ${{ env.WORKSPACE }}
113113 TUI_LINE : ${{ env.TUI_LINE }}
114114
115115 - name : Install VPP external dependencies
116116 # yamllint disable-line rule:line-length
117- uses : fdio/vpp/.github/actions/vpp-install-ext-deps@d0577011fb512d79e6914b6f1f11e2be4c09bc1e
117+ uses : fdio/vpp/.github/actions/vpp-install-ext-deps@f1396ffb623d0a03f8942b7262a18a591ded6cf3
118118 with :
119119 LOG_DIR : ${{ env.LOG_DIR }}
120120 WORKSPACE : ${{ env.WORKSPACE }}
121121 TUI_LINE : ${{ env.TUI_LINE }}
122122
123123 - name : HST VPP Build
124124 # yamllint disable-line rule:line-length
125- uses : fdio/vpp/.github/actions/vpp-build@43b0339292476442bd7e2429e2ae1075918d8f83
125+ uses : fdio/vpp/.github/actions/vpp-build@f1396ffb623d0a03f8942b7262a18a591ded6cf3
126126 with :
127127 LOG_DIR : ${{ env.LOG_DIR }}
128128 WORKSPACE : ${{ env.WORKSPACE }}
@@ -132,14 +132,14 @@ jobs:
132132 TUI_LINE : ${{ env.TUI_LINE }}
133133
134134 - name : Start Docker Daemon
135- uses : fdio/vpp/.github/actions/vpp-start-docker@f9e0f384d665800c8e580da853e26558dd6d2668
135+ uses : fdio/vpp/.github/actions/vpp-start-docker@f1396ffb623d0a03f8942b7262a18a591ded6cf3
136136 with :
137137 START_DOCKER_SCRIPT : start-docker.sh
138138 TUI_LINE : ${{ env.TUI_LINE }}
139139
140140 - name : HST Test VPP
141141 if : success()
142- uses : fdio/vpp/.github/actions/vpp-hst-test@aafbd5109fbd323b3ec3292ec3acad8f5eb48fe0
142+ uses : fdio/vpp/.github/actions/vpp-hst-test@f1396ffb623d0a03f8942b7262a18a591ded6cf3
143143 timeout-minutes : 90
144144 with :
145145 LOG_DIR : ${{ env.LOG_DIR }}
0 commit comments