From 9a2ddd940482e2c33f5025fa06dc5e3ac953cb02 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 2 Jan 2024 17:54:12 +0100 Subject: [PATCH 1/2] chore(deps): update actions/setup-go action to v5 (#1370) --- .github/workflows/conformance.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conformance.yaml b/.github/workflows/conformance.yaml index 2f29930ef..c855d0a50 100644 --- a/.github/workflows/conformance.yaml +++ b/.github/workflows/conformance.yaml @@ -35,7 +35,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }} - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: go-version: '>=1.20.2' - run: chmod +x .kokoro/conformance.sh From 8cc17aa2acb2540b4c2b233c4245021815a7b030 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 8 Jan 2024 21:23:37 +0100 Subject: [PATCH 2/2] chore(deps): update dependency c8 to v9 (#1375) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): update dependency c8 to v9 * 🦉 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 --- package.json | 2 +- protos/protos.d.ts | 2 +- protos/protos.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4043258b4..e2d636d96 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@types/pumpify": "^1.4.1", "@types/sinon": "^10.0.0", "@types/uuid": "^9.0.0", - "c8": "^8.0.1", + "c8": "^9.0.0", "codecov": "^3.6.5", "gapic-tools": "^0.1.8", "gts": "^5.0.0", diff --git a/protos/protos.d.ts b/protos/protos.d.ts index ade7bc7ec..a01e3049b 100644 --- a/protos/protos.d.ts +++ b/protos/protos.d.ts @@ -1,4 +1,4 @@ -// Copyright 2023 Google LLC +// Copyright 2024 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/protos/protos.js b/protos/protos.js index 4620fa30d..029a9a984 100644 --- a/protos/protos.js +++ b/protos/protos.js @@ -1,4 +1,4 @@ -// Copyright 2023 Google LLC +// Copyright 2024 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.