Skip to content

Commit 9f3cca0

Browse files
authored
Merge pull request #764 from cloudfoundry/github-org-automation
Bump version of github actions
2 parents be6a8a7 + 0f72b16 commit 9f3cca0

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

.github/workflows/org-inactive-user-management.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
org-config-generation-check:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/setup-python@v4
15+
- uses: actions/setup-python@v5
1616
with:
1717
python-version: 3.9
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
with:
2020
path: community
2121
- name: Clean inactive github org users
@@ -29,7 +29,7 @@ jobs:
2929
INACTIVE_USER_MANAGEMENT_TAG_USERS: ${{ secrets.INACTIVE_USER_MANAGEMENT_TAG_USERS }}
3030
- name: Create Pull Request
3131
if: ${{ steps.uds.outputs.inactive_users_pr_description }}
32-
uses: peter-evans/create-pull-request@v4
32+
uses: peter-evans/create-pull-request@v5
3333
with:
3434
path: community
3535
add-paths: org/contributors.yml

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
org-config-generation-check:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/setup-python@v4
13+
- uses: actions/setup-python@v5
1414
with:
1515
python-version: 3.9
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
with:
1818
path: community
1919
- name: Generate github org configuration

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
- ${{ github.workspace }}/ghproxy-cache:/cache
2020
steps:
2121
- name: ghproxy-cache
22-
uses: actions/cache@v3
22+
uses: actions/cache@v4
2323
with:
2424
path: ${{ github.workspace }}/ghproxy-cache
2525
key: ghproxy-cache-${{ github.run_number }}
2626
restore-keys: |
2727
ghproxy-cache-
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
with:
3030
fetch-depth: 0 # full clone so a PR can be created if needed
3131
path: community
@@ -44,7 +44,7 @@ jobs:
4444
# args: --dump-full --dump cloudfoundry --github-app-id=${{ secrets.GH_APP_ID }} --github-app-private-key-path=private_key > org/cloudfoundry.yml
4545
args: -c "/ko-app/peribolos --dump-full --dump cloudfoundry --github-endpoint http://ghproxy:8888 --github-token-path=token > community/org/cloudfoundry.yml"
4646
- name: Create Pull Request
47-
uses: peter-evans/create-pull-request@v4
47+
uses: peter-evans/create-pull-request@v5
4848
with:
4949
path: community
5050
add-paths: org/cloudfoundry.yml

.github/workflows/org-management.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ jobs:
2828
- ${{ github.workspace }}/ghproxy-cache:/cache
2929
steps:
3030
- name: ghproxy-cache
31-
uses: actions/cache@v3
31+
uses: actions/cache@v4
3232
with:
3333
path: ${{ github.workspace }}/ghproxy-cache
3434
key: ghproxy-cache-${{ github.run_number }}
3535
restore-keys: |
3636
ghproxy-cache-
37-
- uses: actions/setup-python@v4
37+
- uses: actions/setup-python@v5
3838
with:
3939
python-version: 3.9
40-
- uses: actions/checkout@v3
40+
- uses: actions/checkout@v4
4141
with:
4242
path: community
4343
- name: Generate github org configuration
@@ -90,16 +90,16 @@ jobs:
9090
- ${{ github.workspace }}/ghproxy-cache:/cache
9191
steps:
9292
- name: ghproxy-cache
93-
uses: actions/cache@v3
93+
uses: actions/cache@v4
9494
with:
9595
path: ${{ github.workspace }}/ghproxy-cache
9696
key: ghproxy-cache-${{ github.run_number }}
9797
restore-keys: |
9898
ghproxy-cache-
99-
- uses: actions/setup-python@v4
99+
- uses: actions/setup-python@v5
100100
with:
101101
python-version: 3.9
102-
- uses: actions/checkout@v3
102+
- uses: actions/checkout@v4
103103
with:
104104
path: community
105105
- name: Generate github org configuration

.github/workflows/project-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
configs:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- id: matrix
1313
run: |
1414
echo "::set-output name=matrix::$(./org/generate_working_group_projects_sync_config.sh)"

.github/workflows/remove-individual-access.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
remove-individual-access-to-repos:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
with:
1515
path: community
1616
- name: Remove individual access to repos

0 commit comments

Comments
 (0)