diff --git a/.github/workflows/mobile-docs.yml b/.github/workflows/mobile-docs.yml index 9bf360c4703f..c02c2e682e09 100644 --- a/.github/workflows/mobile-docs.yml +++ b/.github/workflows/mobile-docs.yml @@ -31,7 +31,7 @@ jobs: run: mobile/docs/build.sh - name: Set up deploy key if: github.ref == 'refs/heads/main' - uses: shimataro/ssh-key-action@v2.5.1 + uses: shimataro/ssh-key-action@v2.6.1 with: key: ${{ secrets.ENVOY_MOBILE_WEBSITE_DEPLOY_KEY }} known_hosts: unnecessary