From 8949c31c80f15646d19c51b99eac617f35542601 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 11:59:07 +0000 Subject: [PATCH] Bump: Bump arillso/action.playbook from 0.1.0 to 0.3.0 Bumps [arillso/action.playbook](https://github.com/arillso/action.playbook) from 0.1.0 to 0.3.0. - [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.3.0) --- updated-dependencies: - dependency-name: arillso/action.playbook dependency-version: 0.3.0 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..f06473d 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.3.0 with: user: ${{ inputs.host_user }} playbook: .action-deploy-silverstripe-temp/playbook.yml