10000 chore(deps): update actions/checkout action to v3 (#88) · googleapis/python-test-utils@553da9b · GitHub
[go: up one dir, main page]

Skip to content

Commit 553da9b

Browse files
chore(deps): update actions/checkout action to v3 (#88)
* chore(deps): update actions/checkout action to v3 Source-Link: googleapis/synthtool@ca87909 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:6162c384d685c5fe22521d3f37f6fc732bf99a085f6d47b677dbcae97fc21392 * add custom sync repo settings * remove typo Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent ee22f1e commit 553da9b

File tree

4 files changed

+33
-4
lines changed

4 files changed

+33
-4
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16-
digest: sha256:09af371bb7d8ebbaef620bfc76c0a3a42da96d75f4821409b54f3466d4ebbd3c
16+
digest: sha256:6162c384d685c5fe22521d3f37f6fc732bf99a085f6d47b677dbcae97fc21392

.github/sync-repo-settings.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# https://github.com/googleapis/repo-automation-bots/tree/main/packages/sync-repo-settings
2+
# Rules for main branch protection
3+
branchProtectionRules:
4+
# Identifies the protection rule pattern. Name of the branch to be protected.
5+
# Defaults to `main`
6+
- pattern: main
7+
requiresCodeOwnerReviews: true
8+
requiresStrictStatusChecks: true
9+
requiredStatusCheckContexts:
10+
- 'cla/google'
11+
- 'OwlBot Post Processor'
12+
- 'lint'
13+
- 'unit (3.6)'
14+
- 'unit (3.7)'
15+
- 'unit (3.8)'
16+
- 'unit (3.9)'
17+
- 'unit (3.10)'
18+
- 'cover'
19+
permissionRules:
20+
- team: actools-python
21+
permission: admin
22+
- team: actools
23+
permission: admin
24+
- team: yoshi-python
25+
permission: push
26+
- team: python-samples-owners
27+
permission: push
28+
- team: python-samples-reviewers
29+
permission: push

.github/workflows/lint.yml

Lines 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:

.github/workflows/unittest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
python: ['3.6', '3.7', '3.8', '3.9', '3.10']
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