From 64a176afb59cd2c6565add20ed905de8f47f8298 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 22:31:24 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request digest to 9153d83 --- .github/workflows/pin-submodule-and-run-codegen.yaml | 2 +- .github/workflows/update-contributors.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pin-submodule-and-run-codegen.yaml b/.github/workflows/pin-submodule-and-run-codegen.yaml index 785849a97..be9837d65 100644 --- a/.github/workflows/pin-submodule-and-run-codegen.yaml +++ b/.github/workflows/pin-submodule-and-run-codegen.yaml @@ -48,7 +48,7 @@ jobs: uses: ./.github/actions/run-codegen-rules - name: Create pull request id: create-pull-request - uses: peter-evans/create-pull-request@c55203cfde3e5c11a452d352b4393e68b85b4533 # v6 + uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 # v6 with: branch: "chore/pin-submodule-and-run-codegen-${{ github.event_name }}" author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>" diff --git a/.github/workflows/update-contributors.yaml b/.github/workflows/update-contributors.yaml index 57857942d..3586ba953 100644 --- a/.github/workflows/update-contributors.yaml +++ b/.github/workflows/update-contributors.yaml @@ -25,7 +25,7 @@ jobs: run: node scripts/update-contributors.js --token=${{ secrets.GITHUB_TOKEN }} - name: Create pull request id: create-pull-request - uses: peter-evans/create-pull-request@c55203cfde3e5c11a452d352b4393e68b85b4533 # v6 + uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 # v6 with: branch: chore/update-contributors author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"