Skip to content

Commit

Permalink
Merge pull request #224 from ryu22e/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-python-5
  • Loading branch information
ryu22e committed Dec 8, 2023
2 parents 6c96a3e + cfe6c4a commit 0b329aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install poetry
run: pipx install poetry
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'
cache: 'poetry'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install poetry
run: pipx install poetry
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
Expand Down

0 comments on commit 0b329aa

Please sign in to comment.