From 571ee2c3b26182429eddcf115122ee545d7d3787 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Mon, 28 Feb 2022 17:39:29 -0700 Subject: [PATCH] chore(deps): update actions/setup-python action to v3 (#1359) --- .../gcp/templates/python_library/.github/workflows/docs.yml | 4 ++-- .../gcp/templates/python_library/.github/workflows/lint.yml | 2 +- .../templates/python_library/.github/workflows/unittest.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/synthtool/gcp/templates/python_library/.github/workflows/docs.yml b/synthtool/gcp/templates/python_library/.github/workflows/docs.yml index 42ab9d477..50f50fe46 100644 --- a/synthtool/gcp/templates/python_library/.github/workflows/docs.yml +++ b/synthtool/gcp/templates/python_library/.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: "{{ unit_test_python_versions | last }}" - 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: "{{ unit_test_python_versions | last }}" - name: Install nox diff --git a/synthtool/gcp/templates/python_library/.github/workflows/lint.yml b/synthtool/gcp/templates/python_library/.github/workflows/lint.yml index b3960d68b..c3797594d 100644 --- a/synthtool/gcp/templates/python_library/.github/workflows/lint.yml +++ b/synthtool/gcp/templates/python_library/.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: "{{ unit_test_python_versions | last }}" - name: Install nox diff --git a/synthtool/gcp/templates/python_library/.github/workflows/unittest.yml b/synthtool/gcp/templates/python_library/.github/workflows/unittest.yml index 175483bd9..b2eb22094 100644 --- a/synthtool/gcp/templates/python_library/.github/workflows/unittest.yml +++ b/synthtool/gcp/templates/python_library/.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: "{{ unit_test_python_versions | last }}" - name: Install coverage