File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3030 runs-on : ubuntu-latest
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@v5 .0.1
33+ uses : actions/checkout@v6 .0.0
3434 with :
3535 # For PRs make sure to checkout the PR branch
3636 ref : ${{ github.event.pull_request.head.sha }}
Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v5 .0.1
30+ uses : actions/checkout@v6 .0.0
3131 - name : Setup Pages
32323333 - name : Build with Jekyll
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Set up Git repository
14- uses : actions/checkout@v5 .0.1
14+ uses : actions/checkout@v6 .0.0
1515 - name : Set up Ruby
1616 uses : ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # v1
1717 with :
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ url_ignores = [
2626 %r{^https://rockwoodleadership\. org/} ,
2727 %r{^https://(www\. )?npmjs\. com} ,
2828 %r{^https://(www\. )?quora\. com} ,
29+ %r{^https?://(www\. )?medium\. com} ,
2930]
3031
3132HTMLProofer ::Runner . new (
You can’t perform that action at this time.
0 commit comments