Skip to content

Commit

Permalink
Merge pull request #5 from tsukuba-websci/Okabe-Junya/update-dependency
Browse files Browse the repository at this point in the history
chore: dependency update
  • Loading branch information
Okabe-Junya authored Mar 12, 2024
2 parents 63dca85 + 02594d6 commit 2183a57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/summarizer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
summarize:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run summarizer.py
Expand Down

0 comments on commit 2183a57

Please sign in to comment.