From dbf3d0ad2c4a6c0fc031bd89270a0c90c1e38b83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 08:14:41 +0000 Subject: [PATCH] Update peter-evans/create-pull-request action to v7 --- .github/workflows/build_binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_binaries.yml b/.github/workflows/build_binaries.yml index 632896b..c2eb0ee 100644 --- a/.github/workflows/build_binaries.yml +++ b/.github/workflows/build_binaries.yml @@ -35,7 +35,7 @@ jobs: - run: git status - - uses: peter-evans/create-pull-request@v6 + - uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.PUBLIC_REPO_TOKEN }} commit-message: "Build libwebp binaries. version ${{ inputs.libwebp_ref }}"