@@ -115,7 +115,7 @@ jobs:
115115
116116 - name : Install VPP dependencies
117117 # yamllint disable-line rule:line-length
118- uses : fdio/vpp/.github/actions/vpp-install-deps@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873
118+ uses : fdio/vpp/.github/actions/vpp-install-deps@aafbd5109fbd323b3ec3292ec3acad8f5eb48fe0
119119 with :
120120 LOG_DIR : ${{ env.LOG_DIR }}
121121 WORKSPACE : ${{ env.WORKSPACE }}
@@ -131,7 +131,7 @@ jobs:
131131
132132 - name : HST VPP Build
133133 # yamllint disable-line rule:line-length
134- uses : fdio/vpp/.github/actions/vpp-build@43b0339292476442bd7e2429e2ae1075918d8f83
134+ uses : fdio/vpp/.github/actions/vpp-build@aafbd5109fbd323b3ec3292ec3acad8f5eb48fe0
135135 with :
136136 LOG_DIR : ${{ env.LOG_DIR }}
137137 WORKSPACE : ${{ env.WORKSPACE }}
@@ -141,14 +141,14 @@ jobs:
141141 TUI_LINE : ${{ env.TUI_LINE }}
142142
143143 - name : Start Docker Daemon
144- uses : fdio/vpp/.github/actions/vpp-start-docker@f9e0f384d665800c8e580da853e26558dd6d2668
144+ uses : fdio/vpp/.github/actions/vpp-start-docker@aafbd5109fbd323b3ec3292ec3acad8f5eb48fe0
145145 with :
146146 START_DOCKER_SCRIPT : start-docker.sh
147147 TUI_LINE : ${{ env.TUI_LINE }}
148148
149149 - name : HST Test VPP
150150 if : success()
151- uses : fdio/vpp/.github/actions/vpp-hst-test@0b2ad4fb479a2e4b03adb05089895c90f4281a60
151+ uses : fdio/vpp/.github/actions/vpp-hst-test@aafbd5109fbd323b3ec3292ec3acad8f5eb48fe0
152152 timeout-minutes : 90
153153 with :
154154 LOG_DIR : ${{ env.LOG_DIR }}
0 commit comments