Skip to content

Commit f2acbcf

Browse files
authored
Merge pull request #1721 from coderdojo-japan/fix/1720-update-checkout-to-v4-remove-rel
#1704 の修正
2 parents b62734c + cef9eed commit f2acbcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/fetch_news.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
- name: Set up Ruby
1818
uses: ruby/setup-ruby@v1

app/views/home/show.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
<ul class="list" style="list-style: none;">
180180
<% @news_items.each do |news| %>
181181
<li>
182-
<%= link_to format_news_title(news), news.url, target: '_blank', rel: 'noopener noreferrer' %>
182+
<%= link_to format_news_title(news), news.url, target: '_blank' %>
183183
</li>
184184
<% end %>
185185
</ul>

0 commit comments

Comments
 (0)