From e87c498e61f5ee9c1c2f5b779be000d8d822138d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 00:48:47 +0100 Subject: [PATCH] chore(deps): update cloudposse/actions action to v0.33.0 (#38) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- workflow-templates/auto-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow-templates/auto-readme.yml b/workflow-templates/auto-readme.yml index 1ffb136b..8fe2b9b6 100644 --- a/workflow-templates/auto-readme.yml +++ b/workflow-templates/auto-readme.yml @@ -50,7 +50,7 @@ jobs: - name: Create Pull Request # This action will not create or change a pull request if there are no changes to make. # If a PR of the auto-update/readme branch is open, this action will just update it, not create a new PR. - uses: cloudposse/actions/github/create-pull-request@0.30.0 + uses: cloudposse/actions/github/create-pull-request@0.33.0 with: token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }} commit-message: Update README.md and docs