From 35c93d25f41dc5bc807a7f4fb72387621f90fdd4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 03:42:48 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v8 --- .github/workflows/update_os_libraries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_os_libraries.yml b/.github/workflows/update_os_libraries.yml index d406bd2..d138661 100644 --- a/.github/workflows/update_os_libraries.yml +++ b/.github/workflows/update_os_libraries.yml @@ -88,7 +88,7 @@ jobs: fi - name: Create a PR if versions have been updated on main - uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7 + uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8 if: github.ref == 'refs/heads/main' && steps.check-changes.outputs.changed == 'true' with: token: ${{ secrets.REPO_GHA_PAT }}