From 7381bcb434a08d921504cc2904bfe85dc7f3da3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 03:01:24 +0000 Subject: [PATCH] Bump pantheon-systems/push-to-pantheon from 0.6.0 to 0.6.1 Bumps [pantheon-systems/push-to-pantheon](https://github.com/pantheon-systems/push-to-pantheon) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/pantheon-systems/push-to-pantheon/releases) - [Commits](https://github.com/pantheon-systems/push-to-pantheon/compare/0.6.0...0.6.1) --- updated-dependencies: - dependency-name: pantheon-systems/push-to-pantheon dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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..a29f68d 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.6.1 with: ssh_key: ${{ secrets.SSH_PRIVATE_KEY }} machine_token: ${{ secrets.TERMINUS_TOKEN }}