File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 19
19
jobs :
20
20
dead-links :
21
21
name : Check the dead-links on the repo
22
- runs-on : ubuntu-20 .04
22
+ runs-on : ubuntu-24 .04
23
23
steps :
24
24
- name : Checkout repository
25
25
uses : actions/checkout@v4
51
51
52
52
deploy :
53
53
name : Deploy the repo
54
- runs-on : ubuntu-20 .04
54
+ runs-on : ubuntu-24 .04
55
55
needs : [dead-links]
56
56
steps :
57
57
- name : Checkout repository
Original file line number Diff line number Diff line change 19
19
jobs :
20
20
dead-links :
21
21
name : Check the dead-links on the repo
22
- runs-on : ubuntu-20 .04
22
+ runs-on : ubuntu-24 .04
23
23
steps :
24
24
- name : Checkout repository
25
25
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 13
13
jobs :
14
14
prepare-matrix :
15
15
name : Prepare matrix by getting the repo names from repositories.json
16
- runs-on : ubuntu-20 .04
16
+ runs-on : ubuntu-24 .04
17
17
steps :
18
18
- name : Checkout repository
19
19
uses : actions/checkout@v4
35
35
36
36
deploy_framework :
37
37
name : Deploy framework
38
- runs-on : ubuntu-20 .04
38
+ runs-on : ubuntu-24 .04
39
39
env :
40
40
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
41
41
AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
67
67
deploy_child_repo :
68
68
name : Deploy child repo ${{ matrix.repo.repo_name }}-${{ matrix.repo.doc_version }}
69
69
needs : [prepare-matrix, deploy_framework]
70
- runs-on : ubuntu-20 .04
70
+ runs-on : ubuntu-24 .04
71
71
strategy :
72
72
matrix :
73
73
repo : ${{ fromJson(needs.prepare-matrix.outputs.matrix) }}
@@ -123,7 +123,7 @@ jobs:
123
123
invalidate_cloudfront :
124
124
name : Invalidate CloudFront
125
125
needs : [deploy_child_repo]
126
- runs-on : ubuntu-20 .04
126
+ runs-on : ubuntu-24 .04
127
127
env :
128
128
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
129
129
AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
You can’t perform that action at this time.
0 commit comments