Skip to content

Commit a7dbd25

Browse files
authored
Merge pull request #473 from cloudfoundry/github-org-automation
2 parents 0944d65 + ad583d6 commit a7dbd25

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
lines changed

.github/workflows/org-management-check-prs.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@ on:
55
- 'org/*'
66
- 'toc/TOC.md'
77
- 'toc/working-groups/*.md'
8-
8+
- '.github/workflows/org-management-check-prs.yml'
99
jobs:
1010
org-config-generation-check:
11-
runs-on: ubuntu-18.04
11+
runs-on: ubuntu-latest
1212
steps:
13-
- name: Set up Python ${{ matrix.python-version }}
14-
uses: actions/setup-python@v3
13+
- uses: actions/setup-python@v4
1514
with:
1615
python-version: 3.9
17-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1817
with:
1918
path: community
2019
- name: Generate github org configuration

.github/workflows/org-management-peribolos-dump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44

55
jobs:
66
generate-peribolos-dump:
7-
runs-on: ubuntu-18.04
7+
runs-on: ubuntu-latest
88
concurrency:
99
group: peribolos
1010
services:

.github/workflows/org-management.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
peribolos:
16-
runs-on: ubuntu-18.04
16+
runs-on: ubuntu-latest
1717
concurrency:
1818
group: peribolos
1919
services:
@@ -34,8 +34,7 @@ jobs:
3434
key: ghproxy-cache-${{ github.run_number }}
3535
restore-keys: |
3636
ghproxy-cache-
37-
- name: Set up Python ${{ matrix.python-version }}
38-
uses: actions/setup-python@v3
37+
- uses: actions/setup-python@v4
3938
with:
4039
python-version: 3.9
4140
- uses: actions/checkout@v3

.github/workflows/project-sync.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ on:
66

77
jobs:
88
configs:
9-
runs-on: ubuntu-18.04
9+
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
- id: matrix
1313
run: |
1414
echo "::set-output name=matrix::$(./org/generate_working_group_projects_sync_config.sh)"
@@ -17,7 +17,7 @@ jobs:
1717

1818
sync_projects:
1919
needs: configs
20-
runs-on: ubuntu-18.04
20+
runs-on: ubuntu-latest
2121
container:
2222
image: rkoster/github-multi-repo-project-card-sync
2323

0 commit comments

Comments
 (0)