bump the other ssh-setup-action

This commit is contained in:
Daylin Morgan 2024-11-04 13:55:45 -06:00
parent 51c30f86ac
commit 732b403697
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -94,8 +94,9 @@ jobs:
with:
fetch-depth: 0
# needed to access ghostty repo for now
- name: Setup SSH
uses: MrSquaare/ssh-setup-action@v1
uses: MrSquaare/ssh-setup-action@v3
with:
host: github.com
private-key: ${{ secrets.SSH_PRIVATE_KEY }}