From 571819c94e686b774836d6dd005818e9c714e60c Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 14:56:24 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v3 (#13) Source-Link: https://github.com/googleapis/synthtool/commit/571ee2c3b26182429eddcf115122ee545d7d3787 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:660abdf857d3ab9aabcd967c163c70e657fcc5653595c709263af5f3fa23ef67 --- packages/google-cloud-dataplex/.github/.OwlBot.lock.yaml | 5 ++--- packages/google-cloud-dataplex/.github/workflows/docs.yml | 4 ++-- packages/google-cloud-dataplex/.github/workflows/lint.yml | 2 +- .../google-cloud-dataplex/.github/workflows/unittest.yml | 4 ++-- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/packages/google-cloud-dataplex/.github/.OwlBot.lock.yaml b/packages/google-cloud-dataplex/.github/.OwlBot.lock.yaml index aa2b96613c47..d9a55fa405e8 100644 --- a/packages/google-cloud-dataplex/.github/.OwlBot.lock.yaml +++ b/packages/google-cloud-dataplex/.github/.OwlBot.lock.yaml @@ -4,14 +4,13 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - docker: image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest - digest: sha256:d22cd2ddce65fdac6986f115563faf2fc81482b09dfbea83ac2808c92ecfdff0 \ No newline at end of file + digest: sha256:660abdf857d3ab9aabcd967c163c70e657fcc5653595c709263af5f3fa23ef67 diff --git a/packages/google-cloud-dataplex/.github/workflows/docs.yml b/packages/google-cloud-dataplex/.github/workflows/docs.yml index f7b8344c4500..cca4e98bf236 100644 --- a/packages/google-cloud-dataplex/.github/workflows/docs.yml +++ b/packages/google-cloud-dataplex/.github/workflows/docs.yml @@ -10,7 +10,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: "3.10" - name: Install nox @@ -26,7 +26,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: "3.10" - name: Install nox diff --git a/packages/google-cloud-dataplex/.github/workflows/lint.yml b/packages/google-cloud-dataplex/.github/workflows/lint.yml index 1e8b05c3d7ff..f687324ef2eb 100644 --- a/packages/google-cloud-dataplex/.github/workflows/lint.yml +++ b/packages/google-cloud-dataplex/.github/workflows/lint.yml @@ -10,7 +10,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: "3.10" - name: Install nox diff --git a/packages/google-cloud-dataplex/.github/workflows/unittest.yml b/packages/google-cloud-dataplex/.github/workflows/unittest.yml index 074ee2504ca5..d3003e09e0c6 100644 --- a/packages/google-cloud-dataplex/.github/workflows/unittest.yml +++ b/packages/google-cloud-dataplex/.github/workflows/unittest.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: ${{ matrix.python }} - name: Install nox @@ -39,7 +39,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: "3.10" - name: Install coverage