Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 571ee2c

Browse filesBrowse files
authored
chore(deps): update actions/setup-python action to v3 (#1359)
1 parent e122cb0 commit 571ee2c
Copy full SHA for 571ee2c

File tree

3 files changed

+5
-5
lines changed
Filter options

3 files changed

+5
-5
lines changed

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

Copy file name to clipboardExpand all lines: synthtool/gcp/templates/python_library/.github/workflows/docs.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@v2
1212
- name: Setup Python
13-
uses: actions/setup-python@v2
13+
uses: actions/setup-python@v3
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@v2
2828
- name: Setup Python
29-
uses: actions/setup-python@v2
29+
uses: actions/setup-python@v3
3030
with:
3131
python-version: "{{ unit_test_python_versions | last }}"
3232
- name: Install nox

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

Copy file name to clipboardExpand all lines: synthtool/gcp/templates/python_library/.github/workflows/lint.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@v2
1212
- name: Setup Python
13-
uses: actions/setup-python@v2
13+
uses: actions/setup-python@v3
1414
with:
1515
python-version: "{{ unit_test_python_versions | last }}"
1616
- name: Install nox

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

Copy file name to clipboardExpand all lines: synthtool/gcp/templates/python_library/.github/workflows/unittest.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v2
1515
- name: Setup Python
16-
uses: actions/setup-python@v2
16+
uses: actions/setup-python@v3
1717
with:
1818
python-version: ${{ '{{' }} matrix.python {{ '}}' }}
1919
- name: Install nox
@@ -39,7 +39,7 @@ jobs:
3939
- name: Checkout
4040
uses: actions/checkout@v2
4141
- name: Setup Python
42-
uses: actions/setup-python@v2
42+
uses: actions/setup-python@v3
4343
with:
4444
python-version: "{{ unit_test_python_versions | last }}"
4545
- name: Install coverage

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.