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 1717 save-pr :
1818 name : Save PR Number
1919 runs-on : ubuntu-latest
20-
20+
2121 steps :
2222 - name : Save PR number
2323 env :
3838
3939 htmlproofer :
4040 name : HTMLProofer
41- runs-on : ubuntu-20 .04
41+ runs-on : ubuntu-24 .04
4242
4343 steps :
4444 - name : Checkout EIPs
6565 cd $GITHUB_WORKSPACE
6666 rm -rf ERCs
6767 - name : Setup Ruby
68- uses : ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 # v1.196 .0
68+ uses : ruby/setup-ruby@fb404b9557c186e349162b0d8efb06e2bc36edea # v1.232 .0
6969 with :
7070 ruby-version : ' 3.1' # Not needed with a .ruby-version file
7171 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
7474 run : bundle exec jekyll build
7575 env :
7676 JEKYLL_ENV : production
77-
77+
7878 - name : Build Website
7979 run : |
8080 bundle exec jekyll doctor
@@ -88,11 +88,11 @@ jobs:
8888 link-check :
8989 name : Link Check
9090 runs-on : ubuntu-latest
91-
91+
9292 steps :
9393 - name : Checkout EIP Repository
9494 uses : actions/checkout@47fbe2df0ad0e27efb67a70beac3555f192b062f
95-
95+
9696 - name : Link Checker
9797 uses : gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec
9898 with :
You can’t perform that action at this time.
0 commit comments