From 7e24bf8972db7335a616b1d8036a71dc9fd73e8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 15:00:24 +0000 Subject: [PATCH] Update peter-evans/create-pull-request action to v6.0.3 --- .github/workflows/resync-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/resync-build.yml b/.github/workflows/resync-build.yml index 46c2337e..6619334f 100644 --- a/.github/workflows/resync-build.yml +++ b/.github/workflows/resync-build.yml @@ -87,7 +87,7 @@ jobs: - name: Build run: make build - name: Create PR (no linked issue) - uses: peter-evans/create-pull-request@v6.0.2 + uses: peter-evans/create-pull-request@v6.0.3 with: author: pulumi-bot base: master