File tree Expand file tree Collapse file tree 10 files changed +14
-14
lines changed Expand file tree Collapse file tree 10 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
broken_link_check :
9
- runs-on : ubuntu-20 .04
9
+ runs-on : ubuntu-24 .04
10
10
name : Check react-ui.io for broken links
11
11
steps :
12
12
- name : Check for broken links
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ on: [ pull_request ]
5
5
jobs :
6
6
build :
7
7
name : Build distribution CSS and JS
8
- runs-on : ubuntu-20 .04
8
+ runs-on : ubuntu-24 .04
9
9
strategy :
10
10
matrix :
11
11
node : [ 20, 22 ]
Original file line number Diff line number Diff line change 23
23
jobs :
24
24
analyze :
25
25
name : Analyze
26
- runs-on : ubuntu-latest
26
+ runs-on : ubuntu-24.04
27
27
28
28
permissions :
29
29
# required for all workflows
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ permissions:
8
8
jobs :
9
9
build :
10
10
name : Build Docs
11
- runs-on : ubuntu-20 .04
11
+ runs-on : ubuntu-24 .04
12
12
steps :
13
13
- name : Clone repository
14
14
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 6
6
jobs :
7
7
broken_link_check :
8
8
name : Markdown link check
9
- runs-on : ubuntu-20 .04
9
+ runs-on : ubuntu-24 .04
10
10
steps :
11
11
- uses : actions/checkout@v4
12
12
- uses : gaurav-nelson/github-action-markdown-link-check@v1
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ on: [ pull_request ]
5
5
jobs :
6
6
block-merge-with-autosquash-commits :
7
7
name : Block merge with autosquash commits
8
- runs-on : ubuntu-20 .04
8
+ runs-on : ubuntu-24 .04
9
9
10
10
steps :
11
11
- name : Block merge with autosquash commits
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ on: [ pull_request ]
5
5
jobs :
6
6
lint :
7
7
name : Lint
8
- runs-on : ubuntu-20 .04
8
+ runs-on : ubuntu-24 .04
9
9
steps :
10
10
- name : Clone repository
11
11
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 7
7
jobs :
8
8
process_pr_meta :
9
9
name : Process PR meta
10
- runs-on : ubuntu-20 .04
10
+ runs-on : ubuntu-24 .04
11
11
steps :
12
12
- name : Assign to author
13
13
uses :
kentaro-m/[email protected] # Specify also the minor version because v2 does not exist
Original file line number Diff line number Diff line change 7
7
jobs :
8
8
test_and_build :
9
9
name : Test and build
10
- runs-on : ubuntu-20 .04
10
+ runs-on : ubuntu-24 .04
11
11
outputs :
12
12
version : ${{ steps.check_package_version.outputs.version }}
13
13
version_changed : ${{ steps.check_package_version.outputs.changed }}
51
51
contents : write
52
52
needs : [test_and_build]
53
53
if : needs.test_and_build.outputs.version_changed == 'false'
54
- runs-on : ubuntu-20 .04
54
+ runs-on : ubuntu-24 .04
55
55
steps :
56
56
- name : Draft release on GitHub
57
57
uses : release-drafter/release-drafter@v6
62
62
name : Publish release draft
63
63
needs : [test_and_build]
64
64
if : needs.test_and_build.outputs.version_changed == 'true'
65
- runs-on : ubuntu-20 .04
65
+ runs-on : ubuntu-24 .04
66
66
steps :
67
67
- name : Clone repository
68
68
uses : actions/checkout@v4
86
86
name : Publish to npm
87
87
needs : [test_and_build, publish_release_draft_on_version_bump]
88
88
if : needs.test_and_build.outputs.version_changed == 'true'
89
- runs-on : ubuntu-20 .04
89
+ runs-on : ubuntu-24 .04
90
90
steps :
91
91
- name : Clone repository
92
92
uses : actions/checkout@v4
@@ -112,7 +112,7 @@ jobs:
112
112
contents : write
113
113
needs : [test_and_build, publish_release_draft_on_version_bump]
114
114
if : needs.test_and_build.outputs.version_changed == 'true'
115
- runs-on : ubuntu-20 .04
115
+ runs-on : ubuntu-24 .04
116
116
steps :
117
117
- name : Clone repository
118
118
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
test :
10
10
name : Test
11
- runs-on : ubuntu-20 .04
11
+ runs-on : ubuntu-24 .04
12
12
steps :
13
13
- name : Clone repository
14
14
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments