diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b49c9e..0293202 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,7 +102,7 @@ jobs: - name: "macOS: Setup keys for Fastlane" if: runner.os == 'macOS' && env.FASTLANE_ACCESS_KEY != '' - uses: webfactory/ssh-agent@v0.8.0 + uses: webfactory/ssh-agent@v0.9.0 with: ssh-private-key: ${{ secrets.FASTLANE_ACCESS_KEY }} - name: "macOS: Fastlane Match"