From 87afdad5b455ac018a5f134be753eea5d4dffdd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 02:32:56 +0000 Subject: [PATCH] Bump pantheon-systems/push-to-pantheon from 0.6.0 to 0.7.0 --- updated-dependencies: - dependency-name: pantheon-systems/push-to-pantheon dependency-version: 0.7.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 6c3479d..12e9dec 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.6.0 + uses: pantheon-systems/push-to-pantheon@0.7.0 with: ssh_key: ${{ secrets.SSH_PRIVATE_KEY }} machine_token: ${{ secrets.TERMINUS_TOKEN }}