From 5c0f7e223229e8758a30fffd6f8b7006d698cd59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 02:16:52 +0000 Subject: [PATCH] Bump pantheon-systems/push-to-pantheon from 0.8.0 to 0.9.0 Bumps [pantheon-systems/push-to-pantheon](https://github.com/pantheon-systems/push-to-pantheon) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/pantheon-systems/push-to-pantheon/releases) - [Commits](https://github.com/pantheon-systems/push-to-pantheon/compare/0.8.0...0.9.0) --- updated-dependencies: - dependency-name: pantheon-systems/push-to-pantheon dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-to-pantheon.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}