diff --git a/.github/workflows/deploy-to-pantheon.yml b/.github/workflows/deploy-to-pantheon.yml index 9795eb6..7b7c30f 100644 --- a/.github/workflows/deploy-to-pantheon.yml +++ b/.github/workflows/deploy-to-pantheon.yml @@ -51,7 +51,7 @@ jobs: # Deploy to Pantheon - name: deploy to Pantheon - uses: pantheon-systems/push-to-pantheon@0.8.0 + uses: pantheon-systems/push-to-pantheon@0.9.0 with: ssh_key: ${{ secrets.SSH_PRIVATE_KEY }} machine_token: ${{ secrets.TERMINUS_TOKEN }}