diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index e8098b0..73a68bf 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -15,7 +15,7 @@ jobs: with: xcode-version: latest-stable - name: "Set SSH key" - uses: webfactory/ssh-agent@v0.7.0 + uses: webfactory/ssh-agent@v0.8.0 with: ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - name: "Carthage Cached Bootstrap"