Skip to content

Commit beb73a6

Browse files
committed
update version
1 parent ba65a03 commit beb73a6

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@v5
4444
with: { fetch-depth: 2 }
45-
- uses: webfactory/ssh-agent@v0.9.1
45+
- uses: webfactory/ssh-agent@v0.10.0
4646
with:
4747
ssh-private-key: ${{ secrets.HEALTH_TESTS_SSH_KEY }}
4848
- 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,7 +72,7 @@ jobs:
7272
steps:
7373
- uses: actions/checkout@v5
7474
with: { fetch-depth: 2 }
75-
- uses: webfactory/ssh-agent@v0.9.1
75+
- uses: webfactory/ssh-agent@v0.10.0
7676
with:
7777
ssh-private-key: ${{ secrets.HEALTH_TESTS_SSH_KEY }}
7878
- 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:
170170
steps:
171171
- uses: actions/checkout@v5
172172
with: { fetch-depth: 2 }
173-
- uses: webfactory/ssh-agent@v0.9.1
173+
- uses: webfactory/ssh-agent@v0.10.0
174174
with:
175175
ssh-private-key: ${{ secrets.HEALTH_TESTS_SSH_KEY }}
176176
- run: brew install mbedtls wolfssl mosquitto gawk # jq openssl already pre-installed
@@ -201,7 +201,7 @@ jobs:
201201
steps:
202202
- uses: actions/checkout@v5
203203
with: { fetch-depth: 2 }
204-
- uses: webfactory/ssh-agent@v0.9.1
204+
- uses: webfactory/ssh-agent@v0.10.0
205205
with:
206206
ssh-private-key: ${{ secrets.HEALTH_TESTS_SSH_KEY }}
207207
- run: ./test/setup_mqtt_server.sh && make -C test ${{ matrix.target }} > log
@@ -241,7 +241,7 @@ jobs:
241241
name: tutorials ${{ matrix.ssl }}
242242
steps:
243243
- uses: actions/checkout@v5
244-
- uses: webfactory/ssh-agent@v0.9.1
244+
- uses: webfactory/ssh-agent@v0.10.0
245245
with:
246246
ssh-private-key: ${{ secrets.HEALTH_TESTS_SSH_KEY }}
247247
- run: sudo apt -y install libpcap-dev

.github/workflows/on_demand.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v5
2626
with: { fetch-depth: 2 }
27-
- uses: webfactory/ssh-agent@v0.9.1
27+
- uses: webfactory/ssh-agent@v0.10.0
2828
with:
2929
ssh-private-key: ${{ secrets.HEALTH_TESTS_SSH_KEY }}
3030
- run: if [ "${{ matrix.target }}" == "mip_tap_test" ]; then source ./test/setup_ga_network.sh ; export IPV6=1; sed -i -e "s/127.0.0.1//" test/mosquitto.conf; cat test/mosquitto.conf; ./test/setup_mqtt_server.sh; else export IPV6=1 ; fi && sudo apt -y update ; sudo apt -y install libmbedtls-dev libwolfssl-dev && make -C test ${{ matrix.target }} > log
@@ -50,7 +50,7 @@ jobs:
5050
# steps:
5151
# - uses: actions/checkout@v5
5252
# with: { fetch-depth: 2 }
53-
# - uses: webfactory/ssh-agent@v0.9.1
53+
# - uses: webfactory/ssh-agent@v0.10.0
5454
# with:
5555
# ssh-private-key: ${{ secrets.HEALTH_TESTS_SSH_KEY }}
5656
# - run: brew install mbedtls wolfssl mosquitto gawk # jq openssl already pre-installed

0 commit comments

Comments
 (0)