From d3dccc5a9be37de75102f2b90e587018db8417b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 14:56:18 +0300 Subject: [PATCH] Update cloudposse/actions action to v0.33.0 (#2) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/auto-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-readme.yml b/.github/workflows/auto-readme.yml index 5af99a8..0f74a8e 100644 --- a/.github/workflows/auto-readme.yml +++ b/.github/workflows/auto-readme.yml @@ -54,7 +54,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.31.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