Update .github/workflows/deploy.yml
All checks were successful
Testing / test (1.24.x, ubuntu-latest) (push) Successful in 1m30s

This commit is contained in:
Alex Savin
2025-04-28 01:02:49 -04:00
parent fe09039377
commit 75172b995c

View File

@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup SSH
shell: bash