From 4a143d4940cb930916668a2494796fecb7f7090a Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Thu, 28 Aug 2025 17:41:17 +0000 Subject: [PATCH] chore: enable node split repo local pp to run Source-Link: https://github.com/googleapis/synthtool/commit/61b00bd3734f6a71586d5ef1447b405d73431226 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:d7121436478154661c563c87f931ca78030903b813239c577f91021cda86cec3 --- .github/.OwlBot.lock.yaml | 4 ++-- .github/workflows/response.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index bb3eeae..1b31dcf 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -13,5 +13,5 @@ # limitations under the License. docker: image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest - digest: sha256:cb4e21c016c53313fed04433002e88d7dab88d9124faf7f8f4fb0c53e8b50328 -# created: 2025-07-08T19:47:05.293202116Z + digest: sha256:d7121436478154661c563c87f931ca78030903b813239c577f91021cda86cec3 +# created: 2025-08-28T17:36:59.211564853Z diff --git a/.github/workflows/response.yaml b/.github/workflows/response.yaml index 6ed3732..e81a360 100644 --- a/.github/workflows/response.yaml +++ b/.github/workflows/response.yaml @@ -13,7 +13,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/github-script@v7 with: script: | @@ -27,7 +27,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/github-script@v7 with: script: |