Skip to content

Commit 673ad8f

Browse files
gcf-owl-bot[bot]leahecole
authored andcommitted
chore: update python post processor base image
Source-Link: googleapis/synthtool@fe77438 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:84adf917cad8f48c61227febebae7af619882d7c8863d6ab6290a77d45a372cf
1 parent ee71259 commit 673ad8f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest
16-
digest: sha256:1d7c29870723d4d2e32870c6dcdc43d4aa93dcc6519272d025bfcf2ecd48f091
17-
# created: 2025-08-14T17:16:30.591542591Z
16+
digest: sha256:84adf917cad8f48c61227febebae7af619882d7c8863d6ab6290a77d45a372cf
17+
# created: 2025-09-10T20:42:34.536728816Z

.github/workflows/issues-no-repro.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
pull-requests: write
1212
steps:
1313
- uses: actions/checkout@v5
14-
- uses: actions/setup-node@v5
14+
- uses: actions/setup-node@v4
1515
with:
1616
node-version: 18
1717
- run: npm install
1818
working-directory: ./.github/scripts
19-
- uses: actions/github-script@v8
19+
- uses: actions/github-script@v7
2020
with:
2121
script: |
2222
const script = require('./.github/scripts/close-invalid-link.cjs')

.github/workflows/response.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write
1515
steps:
1616
- uses: actions/checkout@v5
17-
- uses: actions/github-script@v8
17+
- uses: actions/github-script@v7
1818
with:
1919
script: |
2020
const script = require('./.github/scripts/close-unresponsive.cjs')
@@ -28,7 +28,7 @@ jobs:
2828
pull-requests: write
2929
steps:
3030
- uses: actions/checkout@v5
31-
- uses: actions/github-script@v8
31+
- uses: actions/github-script@v7
3232
with:
3333
script: |
3434
const script = require('./.github/scripts/remove-response-label.cjs')

0 commit comments

Comments
 (0)