Skip to content

Commit e8ee7ce

Browse files
chore(deps): update webfactory/ssh-agent action to v0.9.0
1 parent ff2e736 commit e8ee7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102

103103
- name: "macOS: Setup keys for Fastlane"
104104
if: runner.os == 'macOS' && env.FASTLANE_ACCESS_KEY != ''
105-
uses: webfactory/ssh-agent@v0.8.0
105+
uses: webfactory/ssh-agent@v0.9.0
106106
with:
107107
ssh-private-key: ${{ secrets.FASTLANE_ACCESS_KEY }}
108108
- name: "macOS: Fastlane Match"

0 commit comments

Comments
 (0)