Skip to content

Commit 47517b2

Browse files
chore: update python post processor base image (#2089)
* 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 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: feywind <[email protected]>
1 parent 7f6f279 commit 47517b2

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
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:da69f1fd77b825b0520b1b0a047c270a3f7e3a42e4d46a5321376281cef6e62b
17-
# created: 2025-06-02T21:06:54.667555755Z
16+
digest: sha256:84adf917cad8f48c61227febebae7af619882d7c8863d6ab6290a77d45a372cf
17+
# created: 2025-09-10T20:42:34.536728816Z

.github/workflows/ci.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node: [18, 20, 22]
12+
node: [18, 20, 22, 24]
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version: ${{ matrix.node }}
@@ -29,10 +29,10 @@ jobs:
2929
test-script:
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333
- uses: actions/setup-node@v4
3434
with:
35-
node-version: 22
35+
node-version: 18
3636
- run: node --version
3737
- run: npm install --engine-strict
3838
working-directory: .github/scripts
@@ -43,30 +43,30 @@ jobs:
4343
windows:
4444
runs-on: windows-latest
4545
steps:
46-
- uses: actions/checkout@v4
46+
- uses: actions/checkout@v5
4747
- uses: actions/setup-node@v4
4848
with:
49-
node-version: 22
49+
node-version: 18
5050
- run: npm install --engine-strict
5151
- run: npm test
5252
env:
5353
MOCHA_THROW_DEPRECATION: false
5454
lint:
5555
runs-on: ubuntu-latest
5656
steps:
57-
- uses: actions/checkout@v4
57+
- uses: actions/checkout@v5
5858
- uses: actions/setup-node@v4
5959
with:
60-
node-version: 22
60+
node-version: 18
6161
- run: npm install
6262
- run: npm run lint
6363
docs:
6464
runs-on: ubuntu-latest
6565
steps:
66-
- uses: actions/checkout@v4
66+
- uses: actions/checkout@v5
6767
- uses: actions/setup-node@v4
6868
with:
69-
node-version: 22
69+
node-version: 18
7070
- run: npm install
7171
- run: npm run docs
7272
- uses: JustinBeckwith/linkinator-action@v1

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
issues: write
1111
pull-requests: write
1212
steps:
13-
- uses: actions/checkout@v4
14-
- uses: actions/setup-node@v3
13+
- uses: actions/checkout@v5
14+
- uses: actions/setup-node@v4
1515
with:
16-
node-version: 22
16+
node-version: 18
1717
- run: npm install
1818
working-directory: ./.github/scripts
1919
- uses: actions/github-script@v7

.github/workflows/response.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
issues: write
1414
pull-requests: write
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- uses: actions/github-script@v7
1818
with:
1919
script: |
@@ -27,7 +27,7 @@ jobs:
2727
issues: write
2828
pull-requests: write
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131
- uses: actions/github-script@v7
3232
with:
3333
script: |

0 commit comments

Comments
 (0)