From f793d6c957296d228b0e72a9f9acfc2200c75637 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 18:12:19 +0000 Subject: [PATCH] Update peter-evans/create-pull-request action to v5.0.2 --- .github/workflows/bump.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index 737ce0c..b71f99f 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -56,7 +56,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create pull request - uses: peter-evans/create-pull-request@v5.0.0 + uses: peter-evans/create-pull-request@v5.0.2 with: commit-message: "Bump to ${{ env.VERSION_CODE }}" title: "Release ${{ env.VERSION_NAME }}"