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 ca87909

Browse filesBrowse files
authored
chore(deps): update actions/checkout action to v3 (#1362)
1 parent 1622741 commit ca87909
Copy full SHA for ca87909

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
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v3
1212
- name: Setup Python
1313
uses: actions/setup-python@v3
1414
with:
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v3
2828
- name: Setup Python
2929
uses: actions/setup-python@v3
3030
with:

‎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
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v3
1212
- name: Setup Python
1313
uses: actions/setup-python@v3
1414
with:

‎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
@@ -11,7 +11,7 @@ jobs:
1111
python: {{unit_test_python_versions}}
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515
- name: Setup Python
1616
uses: actions/setup-python@v3
1717
with:
@@ -37,7 +37,7 @@ jobs:
3737
- unit
3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@v2
40+
uses: actions/checkout@v3
4141
- name: Setup Python
4242
uses: actions/setup-python@v3
4343
with:

0 commit comments

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