File tree Expand file tree Collapse file tree 6 files changed +16
-16
lines changed Expand file tree Collapse file tree 6 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
org-config-generation-check :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/setup-python@v4
15
+ - uses : actions/setup-python@v5
16
16
with :
17
17
python-version : 3.9
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
with :
20
20
path : community
21
21
- name : Clean inactive github org users
29
29
INACTIVE_USER_MANAGEMENT_TAG_USERS : ${{ secrets.INACTIVE_USER_MANAGEMENT_TAG_USERS }}
30
30
- name : Create Pull Request
31
31
if : ${{ steps.uds.outputs.inactive_users_pr_description }}
32
- uses : peter-evans/create-pull-request@v4
32
+ uses : peter-evans/create-pull-request@v5
33
33
with :
34
34
path : community
35
35
add-paths : org/contributors.yml
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
org-config-generation-check :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/setup-python@v4
13
+ - uses : actions/setup-python@v5
14
14
with :
15
15
python-version : 3.9
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
with :
18
18
path : community
19
19
- name : Generate github org configuration
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
19
19
- ${{ github.workspace }}/ghproxy-cache:/cache
20
20
steps :
21
21
- name : ghproxy-cache
22
- uses : actions/cache@v3
22
+ uses : actions/cache@v4
23
23
with :
24
24
path : ${{ github.workspace }}/ghproxy-cache
25
25
key : ghproxy-cache-${{ github.run_number }}
26
26
restore-keys : |
27
27
ghproxy-cache-
28
- - uses : actions/checkout@v3
28
+ - uses : actions/checkout@v4
29
29
with :
30
30
fetch-depth : 0 # full clone so a PR can be created if needed
31
31
path : community
44
44
# args: --dump-full --dump cloudfoundry --github-app-id=${{ secrets.GH_APP_ID }} --github-app-private-key-path=private_key > org/cloudfoundry.yml
45
45
args : -c "/ko-app/peribolos --dump-full --dump cloudfoundry --github-endpoint http://ghproxy:8888 --github-token-path=token > community/org/cloudfoundry.yml"
46
46
- name : Create Pull Request
47
- uses : peter-evans/create-pull-request@v4
47
+ uses : peter-evans/create-pull-request@v5
48
48
with :
49
49
path : community
50
50
add-paths : org/cloudfoundry.yml
Original file line number Diff line number Diff line change @@ -28,16 +28,16 @@ jobs:
28
28
- ${{ github.workspace }}/ghproxy-cache:/cache
29
29
steps :
30
30
- name : ghproxy-cache
31
- uses : actions/cache@v3
31
+ uses : actions/cache@v4
32
32
with :
33
33
path : ${{ github.workspace }}/ghproxy-cache
34
34
key : ghproxy-cache-${{ github.run_number }}
35
35
restore-keys : |
36
36
ghproxy-cache-
37
- - uses : actions/setup-python@v4
37
+ - uses : actions/setup-python@v5
38
38
with :
39
39
python-version : 3.9
40
- - uses : actions/checkout@v3
40
+ - uses : actions/checkout@v4
41
41
with :
42
42
path : community
43
43
- name : Generate github org configuration
@@ -90,16 +90,16 @@ jobs:
90
90
- ${{ github.workspace }}/ghproxy-cache:/cache
91
91
steps :
92
92
- name : ghproxy-cache
93
- uses : actions/cache@v3
93
+ uses : actions/cache@v4
94
94
with :
95
95
path : ${{ github.workspace }}/ghproxy-cache
96
96
key : ghproxy-cache-${{ github.run_number }}
97
97
restore-keys : |
98
98
ghproxy-cache-
99
- - uses : actions/setup-python@v4
99
+ - uses : actions/setup-python@v5
100
100
with :
101
101
python-version : 3.9
102
- - uses : actions/checkout@v3
102
+ - uses : actions/checkout@v4
103
103
with :
104
104
path : community
105
105
- name : Generate github org configuration
Original file line number Diff line number Diff line change 8
8
configs :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@v4
12
12
- id : matrix
13
13
run : |
14
14
echo "::set-output name=matrix::$(./org/generate_working_group_projects_sync_config.sh)"
Original file line number Diff line number Diff line change 10
10
remove-individual-access-to-repos :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
with :
15
15
path : community
16
16
- name : Remove individual access to repos
You can’t perform that action at this time.
0 commit comments