diff --git a/.github/workflows/test-on-iotlab.yml b/.github/workflows/test-on-iotlab.yml index 83aa40f9a9..b57882cdaf 100644 --- a/.github/workflows/test-on-iotlab.yml +++ b/.github/workflows/test-on-iotlab.yml @@ -88,7 +88,7 @@ jobs: - name: Configure credentials run: echo '${{ secrets.IOTLABRC }}' > ~/.iotlabrc - name: Setup SSH agent - uses: webfactory/ssh-agent@v0.4.0 + uses: webfactory/ssh-agent@v0.4.1 with: ssh-private-key: ${{ secrets.IOTLAB_PRIVATE_KEY }} - name: Fetch host key from IoT-LAB ${{ matrix.boards.iotlab.site }} site