Skip to content

Commit f569da1

Browse files
authored
Merge pull request #3505 from github/dependabot/github_actions/dependencies-09ff871748
chore(deps): bump ruby/setup-ruby from 1.258.0 to 1.259.0 in the dependencies group
2 parents f89c25a + 431694e commit f569da1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Git repository
1414
uses: actions/[email protected]
1515
- name: Set up Ruby
16-
uses: ruby/setup-ruby@3fee6763234110473bd57dd4595c5199fce2c510 # v1
16+
uses: ruby/setup-ruby@866b91cc020931c510d42e43e498a7f07d335f60 # v1
1717
with:
1818
bundler-cache: true
1919
- name: Set up Node

script/html-proofer

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ url_ignores = [
2424
%r{^https://github\.com/},
2525
%r{^https?://(www\.)?reddit\.com},
2626
%r{^https://rockwoodleadership\.org/},
27+
%r{^https://(www\.)?npmjs\.com},
2728
]
2829

2930
HTMLProofer::Runner.new(

0 commit comments

Comments
 (0)