Skip to content

Commit 8e55b32

Browse files
partheadandhlee
andauthored
chore(deps): update actions/setup-python action to v4 [autoapprove] (#1525)
Co-authored-by: Dan Lee <[email protected]>
1 parent 0f632c3 commit 8e55b32

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

synthtool/gcp/templates/python_library/.github/workflows/docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@v3
1212
- name: Setup Python
13-
uses: actions/setup-python@v3
13+
uses: actions/setup-python@v4
1414
with:
1515
python-version: "{{ unit_test_python_versions | last }}"
1616
- name: Install nox
@@ -26,7 +26,7 @@ jobs:
2626
- name: Checkout
2727
uses: actions/checkout@v3
2828
- name: Setup Python
29-
uses: actions/setup-python@v3
29+
uses: actions/setup-python@v4
3030
with:
3131
python-version: "{{ unit_test_python_versions | last }}"
3232
- name: Install nox

synthtool/gcp/templates/python_library/.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@v3
1212
- name: Setup Python
13-
uses: actions/setup-python@v3
13+
uses: actions/setup-python@v4
1414
with:
1515
python-version: "{{ unit_test_python_versions | last }}"
1616
- name: Install nox

synthtool/gcp/templates/python_library/.github/workflows/unittest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v3
1515
- name: Setup Python
16-
uses: actions/setup-python@v3
16+
uses: actions/setup-python@v4
1717
with:
1818
python-version: ${{ '{{' }} matrix.python {{ '}}' }}
1919
- name: Install nox
@@ -39,7 +39,7 @@ jobs:
3939
- name: Checkout
4040
uses: actions/checkout@v3
4141
- name: Setup Python
42-
uses: actions/setup-python@v3
42+
uses: actions/setup-python@v4
4343
with:
4444
python-version: "{{ unit_test_python_versions | last }}"
4545
- name: Install coverage

synthtool/gcp/templates/python_notebooks_testing_pipeline/.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Set up Python
10-
uses: actions/setup-python@v3
10+
uses: actions/setup-python@v4
1111
- name: Fetch pull request branch
1212
uses: actions/checkout@v3
1313
with:

0 commit comments

Comments
 (0)