From d686309711dae25abfcac11a36740ad44509ea76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 13:45:22 +0000 Subject: [PATCH] Update peter-evans/create-pull-request action to v6 --- .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 b9c7a0c..632896b 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@v5 + - uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.PUBLIC_REPO_TOKEN }} commit-message: "Build libwebp binaries. version ${{ inputs.libwebp_ref }}"