We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 140749f commit b41621fCopy full SHA for b41621f
1 file changed
.github/workflows/ci.yml
@@ -102,7 +102,7 @@ jobs:
102
103
- name: "macOS: Setup keys for Fastlane"
104
if: runner.os == 'macOS' && env.FASTLANE_ACCESS_KEY != ''
105
- uses: webfactory/ssh-agent@d4b9b8ff72958532804b70bbe600ad43b36d5f2e # v0.8.0
+ uses: webfactory/ssh-agent@dc588b651fe13675774614f8e6a936a468676387 # v0.9.0
106
with:
107
ssh-private-key: ${{ secrets.FASTLANE_ACCESS_KEY }}
108
- name: "macOS: Fastlane Match"
0 commit comments