File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 2020 -
uses :
webfactory/[email protected] 2121 with :
2222 ssh-private-key : ${{ secrets.TRELLIS_DEPLOY_SSH_PRIVATE_KEY }}
23+ - uses : actions/setup-python@v5
24+ with :
25+ python-version : ' 3.12'
2326 - uses : roots/setup-trellis-cli@v1
2427 with :
2528 repo-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 3737 -
uses :
webfactory/[email protected] 3838 with :
3939 ssh-private-key : ${{ secrets.TRELLIS_DEPLOY_SSH_PRIVATE_KEY }}
40+ - uses : actions/setup-python@v5
41+ with :
42+ python-version : ' 3.12'
4043 - uses : roots/setup-trellis-cli@v1
4144 with :
4245 repo-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2929 -
uses :
webfactory/[email protected] 3030 with :
3131 ssh-private-key : ${{ secrets.TRELLIS_DEPLOY_SSH_PRIVATE_KEY }}
32+ - uses : actions/setup-python@v5
33+ with :
34+ python-version : ' 3.12'
3235 - uses : roots/setup-trellis-cli@v1
3336 with :
3437 repo-token : ${{ secrets.GITHUB_TOKEN }}
You canβt perform that action at this time.
0 commit comments