mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 05:32:25 -05:00
chore(deps): update webfactory/ssh-agent action to v0.9.0
This commit is contained in:
parent
0114ccd6d9
commit
708908091b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-cd.yml
vendored
2
.github/workflows/ci-cd.yml
vendored
|
@ -52,7 +52,7 @@ jobs:
|
||||||
pyenv install 2.7.18
|
pyenv install 2.7.18
|
||||||
- name: Setup Keys for Fastlane
|
- name: Setup Keys for Fastlane
|
||||||
if: matrix.os == 'macos-latest'
|
if: matrix.os == 'macos-latest'
|
||||||
uses: webfactory/ssh-agent@836c84ec59a0e7bc0eabc79988384eb567561ee2 # v0.7.0
|
uses: webfactory/ssh-agent@dc588b651fe13675774614f8e6a936a468676387 # v0.9.0
|
||||||
with:
|
with:
|
||||||
ssh-private-key: ${{ secrets.FASTLANE_ACCESS_KEY }}
|
ssh-private-key: ${{ secrets.FASTLANE_ACCESS_KEY }}
|
||||||
- name: Fastlane
|
- name: Fastlane
|
||||||
|
|
Loading…
Reference in a new issue