From 6386e265296a3b3f54d0505ae9c1c9048800ec3a Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Wed, 27 Nov 2024 12:35:12 -0800 Subject: [PATCH] [internal] Update GitHub Actions workflow files (#599) --- .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 e6fbac79..d89b1bd6 100644 --- a/.github/workflows/resync-build.yml +++ b/.github/workflows/resync-build.yml @@ -67,7 +67,7 @@ jobs: - name: Build run: make build - name: Create PR (no linked issue) - uses: peter-evans/create-pull-request@dcd5fd746d53dd8de555c0f10bca6c35628be47a # v3.12.0 + uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 with: author: pulumi-bot base: main