We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61bb73e commit a247a6fCopy full SHA for a247a6f
.github/workflows/ci-cd.yml
@@ -56,7 +56,7 @@ jobs:
56
pyenv install 2.7.18
57
- name: Setup Keys for Fastlane
58
if: matrix.os == 'macos-latest'
59
- uses: webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
+ uses: webfactory/ssh-agent@e83874834305fe9a4a2997156cb26c5de65a8555 # v0.10.0
60
with:
61
ssh-private-key: ${{ secrets.FASTLANE_ACCESS_KEY }}
62
- name: Fastlane
0 commit comments