File tree Expand file tree Collapse file tree 4 files changed +10
-12
lines changed Expand file tree Collapse file tree 4 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 5
5
- ' org/*'
6
6
- ' toc/TOC.md'
7
7
- ' toc/working-groups/*.md'
8
-
8
+ - ' .github/workflows/org-management-check-prs.yml '
9
9
jobs :
10
10
org-config-generation-check :
11
- runs-on : ubuntu-18.04
11
+ runs-on : ubuntu-latest
12
12
steps :
13
- - name : Set up Python ${{ matrix.python-version }}
14
- uses : actions/setup-python@v3
13
+ - uses : actions/setup-python@v4
15
14
with :
16
15
python-version : 3.9
17
- - uses : actions/checkout@v2
16
+ - uses : actions/checkout@v3
18
17
with :
19
18
path : community
20
19
- name : Generate github org configuration
Original file line number Diff line number Diff line change 4
4
5
5
jobs :
6
6
generate-peribolos-dump :
7
- runs-on : ubuntu-18.04
7
+ runs-on : ubuntu-latest
8
8
concurrency :
9
9
group : peribolos
10
10
services :
Original file line number Diff line number Diff line change 13
13
14
14
jobs :
15
15
peribolos :
16
- runs-on : ubuntu-18.04
16
+ runs-on : ubuntu-latest
17
17
concurrency :
18
18
group : peribolos
19
19
services :
34
34
key : ghproxy-cache-${{ github.run_number }}
35
35
restore-keys : |
36
36
ghproxy-cache-
37
- - name : Set up Python ${{ matrix.python-version }}
38
- uses : actions/setup-python@v3
37
+ - uses : actions/setup-python@v4
39
38
with :
40
39
python-version : 3.9
41
40
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
configs :
9
- runs-on : ubuntu-18.04
9
+ runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v2
11
+ - uses : actions/checkout@v3
12
12
- id : matrix
13
13
run : |
14
14
echo "::set-output name=matrix::$(./org/generate_working_group_projects_sync_config.sh)"
17
17
18
18
sync_projects :
19
19
needs : configs
20
- runs-on : ubuntu-18.04
20
+ runs-on : ubuntu-latest
21
21
container :
22
22
image : rkoster/github-multi-repo-project-card-sync
23
23
You can’t perform that action at this time.
0 commit comments