From 2925731d42cff2cb576fdf02df07b742c97dc687 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Sat, 21 Nov 2020 09:40:42 +0100 Subject: [PATCH] gh-actions/test-on-iotlab: bump ssh-agent to v0.4.1 --- .github/workflows/test-on-iotlab.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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