|
42 | 42 | steps: |
43 | 43 | - uses: actions/checkout@v5 |
44 | 44 | with: { fetch-depth: 2 } |
45 | | - - uses: webfactory/ssh-agent@v0.9.1 |
| 45 | + - uses: webfactory/ssh-agent@v0.10.0 |
46 | 46 | with: |
47 | 47 | ssh-private-key: ${{ secrets.HEALTH_TESTS_SSH_KEY }} |
48 | 48 | - run: sudo apt -y update ; sudo apt -y install libmbedtls-dev libwolfssl-dev && test/setup_mqtt_server.sh && make -C test ${{ matrix.target }} > log |
|
72 | 72 | steps: |
73 | 73 | - uses: actions/checkout@v5 |
74 | 74 | with: { fetch-depth: 2 } |
75 | | - - uses: webfactory/ssh-agent@v0.9.1 |
| 75 | + - uses: webfactory/ssh-agent@v0.10.0 |
76 | 76 | with: |
77 | 77 | ssh-private-key: ${{ secrets.HEALTH_TESTS_SSH_KEY }} |
78 | 78 | - run: if [ "${{ matrix.target }}" == "mip_tap_test" ]; then source ./test/setup_ga_network.sh ; sed -i -e "s/127.0.0.1//" test/mosquitto.conf; cat test/mosquitto.conf; ./test/setup_mqtt_server.sh; fi && sudo apt -y update ; sudo apt -y install libmbedtls-dev libwolfssl-dev && make -C test ${{ matrix.target }} > log |
@@ -170,7 +170,7 @@ jobs: |
170 | 170 | steps: |
171 | 171 | - uses: actions/checkout@v5 |
172 | 172 | with: { fetch-depth: 2 } |
173 | | - - uses: webfactory/ssh-agent@v0.9.1 |
| 173 | + - uses: webfactory/ssh-agent@v0.10.0 |
174 | 174 | with: |
175 | 175 | ssh-private-key: ${{ secrets.HEALTH_TESTS_SSH_KEY }} |
176 | 176 | - run: brew install mbedtls wolfssl mosquitto gawk # jq openssl already pre-installed |
@@ -201,7 +201,7 @@ jobs: |
201 | 201 | steps: |
202 | 202 | - uses: actions/checkout@v5 |
203 | 203 | with: { fetch-depth: 2 } |
204 | | - - uses: webfactory/ssh-agent@v0.9.1 |
| 204 | + - uses: webfactory/ssh-agent@v0.10.0 |
205 | 205 | with: |
206 | 206 | ssh-private-key: ${{ secrets.HEALTH_TESTS_SSH_KEY }} |
207 | 207 | - run: ./test/setup_mqtt_server.sh && make -C test ${{ matrix.target }} > log |
@@ -241,7 +241,7 @@ jobs: |
241 | 241 | name: tutorials ${{ matrix.ssl }} |
242 | 242 | steps: |
243 | 243 | - uses: actions/checkout@v5 |
244 | | - - uses: webfactory/ssh-agent@v0.9.1 |
| 244 | + - uses: webfactory/ssh-agent@v0.10.0 |
245 | 245 | with: |
246 | 246 | ssh-private-key: ${{ secrets.HEALTH_TESTS_SSH_KEY }} |
247 | 247 | - run: sudo apt -y install libpcap-dev |
|
0 commit comments