We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0114ccd commit 7089080Copy full SHA for 7089080
.github/workflows/ci-cd.yml
@@ -52,7 +52,7 @@ jobs:
52
pyenv install 2.7.18
53
- name: Setup Keys for Fastlane
54
if: matrix.os == 'macos-latest'
55
- uses: webfactory/ssh-agent@836c84ec59a0e7bc0eabc79988384eb567561ee2 # v0.7.0
+ uses: webfactory/ssh-agent@dc588b651fe13675774614f8e6a936a468676387 # v0.9.0
56
with:
57
ssh-private-key: ${{ secrets.FASTLANE_ACCESS_KEY }}
58
- name: Fastlane
0 commit comments