diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 24ce8b5d..535eae8a 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -52,7 +52,7 @@ jobs: pyenv install 2.7.18 - name: Setup Keys for Fastlane if: matrix.os == 'macos-latest' - uses: webfactory/ssh-agent@836c84ec59a0e7bc0eabc79988384eb567561ee2 # v0.7.0 + uses: webfactory/ssh-agent@dc588b651fe13675774614f8e6a936a468676387 # v0.9.0 with: ssh-private-key: ${{ secrets.FASTLANE_ACCESS_KEY }} - name: Fastlane