diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index 2fc0a5d4..74f8b899 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -94,7 +94,7 @@ jobs: # Promote the EXACT runtime image (by digest) that was built and verified. - name: Deploy runtime image to Dokku - uses: dokku/github-action@v1.7.0 + uses: dokku/github-action@v1.10.0 with: git_remote_url: ${{ inputs.dokku_remote_url }}/${{ inputs.app_name }} ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}