From 29ea4a1fa5ec5946b4151714fb6c0819945c5869 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 11:35:50 -0700 Subject: [PATCH] build(node): update deps used during postprocessing (#1243) (#2817) Source-Link: https://github.com/googleapis/synthtool/commit/b0535a7cb8450d88704f9b3182e19e9b6daade48 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:bbb8dd6576ac58830a07fc17e9511ae898be44f2219d3344449b125df9854441 --- .github/.OwlBot.lock.yaml | 2 +- owlbot.py | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index 7d4006e71e0..8d0a479d477 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -1,3 +1,3 @@ docker: image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest - digest: sha256:111973c0da7608bf1e60d070e5449d48826c385a6b92a56cb9203f1725d33c3d + digest: sha256:bbb8dd6576ac58830a07fc17e9511ae898be44f2219d3344449b125df9854441 diff --git a/owlbot.py b/owlbot.py index 3d34893b865..aa50f527d71 100644 --- a/owlbot.py +++ b/owlbot.py @@ -21,5 +21,6 @@ ".prettierignore", ".github/release-please.yml", '.kokoro/publish.sh', - '.kokoro/release/publish.cfg' -]) \ No newline at end of file + '.kokoro/release/publish.cfg', + '.github/workflows/ci.yaml' +])