Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
feat: fix ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
korosuke613 committed Aug 2, 2020
1 parent c3574be commit b611a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/news_scraping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
with:
ruby-version: '2.5'
ruby-version: '2.5.8'
- name: Scraping News
env:
URL: "https://www.pref.miyazaki.lg.jp/covid-19/index.html"
Expand Down

0 comments on commit b611a98

Please sign in to comment.