From cf91871903a094973ccc0a25b01b0ca3d38ab2ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 13:17:13 +0000 Subject: [PATCH] Bump: Bump arillso/action.playbook from 0.1.0 to 0.2.2 Bumps [arillso/action.playbook](https://github.com/arillso/action.playbook) from 0.1.0 to 0.2.2. - [Release notes](https://github.com/arillso/action.playbook/releases) - [Changelog](https://github.com/arillso/action.playbook/blob/main/CHANGELOG.md) - [Commits](https://github.com/arillso/action.playbook/compare/0.1.0...0.2.2) --- updated-dependencies: - dependency-name: arillso/action.playbook dependency-version: 0.2.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8837121..d744df7 100644 --- a/action.yml +++ b/action.yml @@ -77,7 +77,7 @@ runs: shell: bash run: cp -R ${{ github.action_path }}/playbook ${{ github.workspace }}/.action-deploy-silverstripe-temp - name: Deploy to desired server - uses: arillso/action.playbook@0.1.0 + uses: arillso/action.playbook@0.2.2 with: user: ${{ inputs.host_user }} playbook: .action-deploy-silverstripe-temp/playbook.yml