From 839dd9075a875ffc7fafcd8e32b8d00303647ac0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 14:07:56 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request digest to 22a9089 --- .github/workflows/prettier.yml | 2 +- .github/workflows/updatecompat.yml | 2 +- .github/workflows/updatesnapshot.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 7e90651a..598ad1a2 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -28,7 +28,7 @@ jobs: - run: npm ci --ignore-scripts --only-dev - run: npx prettier --write . - run: git restore .github/workflows data - - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7 + - uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7 with: branch: actions/prettier commit-message: 'chore(prettier): 🤖 ✨' diff --git a/.github/workflows/updatecompat.yml b/.github/workflows/updatecompat.yml index b0ab2252..04372eba 100644 --- a/.github/workflows/updatecompat.yml +++ b/.github/workflows/updatecompat.yml @@ -26,7 +26,7 @@ jobs: node-version: lts/* - run: npm ci --no-scripts - run: node scripts/update-compat && npx prettier --write compat.md - - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7 + - uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7 with: branch: actions/updatecompat commit-message: 'docs(compat.md): 🤖 ✨' diff --git a/.github/workflows/updatesnapshot.yml b/.github/workflows/updatesnapshot.yml index 69adc6bb..be3c1427 100644 --- a/.github/workflows/updatesnapshot.yml +++ b/.github/workflows/updatesnapshot.yml @@ -42,7 +42,7 @@ jobs: - run: node scripts/update-data - run: npx jest --forceExit -u - run: node scripts/update-compat && npx prettier --write compat.md - - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7 + - uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7 with: branch: actions/snapshots commit-message: 'chore(snapshots): 🤖 ✨'