File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
save-pr :
18
18
name : Save PR Number
19
19
runs-on : ubuntu-latest
20
-
20
+
21
21
steps :
22
22
- name : Save PR number
23
23
env :
38
38
39
39
htmlproofer :
40
40
name : HTMLProofer
41
- runs-on : ubuntu-20 .04
41
+ runs-on : ubuntu-24 .04
42
42
43
43
steps :
44
44
- name : Checkout EIPs
65
65
cd $GITHUB_WORKSPACE
66
66
rm -rf ERCs
67
67
- name : Setup Ruby
68
- uses : ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 # v1.196 .0
68
+ uses : ruby/setup-ruby@fb404b9557c186e349162b0d8efb06e2bc36edea # v1.232 .0
69
69
with :
70
70
ruby-version : ' 3.1' # Not needed with a .ruby-version file
71
71
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
74
74
run : bundle exec jekyll build
75
75
env :
76
76
JEKYLL_ENV : production
77
-
77
+
78
78
- name : Build Website
79
79
run : |
80
80
bundle exec jekyll doctor
@@ -88,11 +88,11 @@ jobs:
88
88
link-check :
89
89
name : Link Check
90
90
runs-on : ubuntu-latest
91
-
91
+
92
92
steps :
93
93
- name : Checkout EIP Repository
94
94
uses : actions/checkout@47fbe2df0ad0e27efb67a70beac3555f192b062f
95
-
95
+
96
96
- name : Link Checker
97
97
uses : gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec
98
98
with :
You can’t perform that action at this time.
0 commit comments