Skip to content

Commit

Permalink
Merge pull request #87 from mochipon/renovate/actions-setup-python-4.x
Browse files Browse the repository at this point in the history
Update actions/setup-python action to v4
  • Loading branch information
mochipon authored Jun 8, 2022
2 parents f576352 + 0ba7e5f commit 217b496
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
timezoneWindows: "Tokyo Standard Time"

- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-versions }}

Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
timezoneWindows: "Tokyo Standard Time"

- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: 3.9

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
addSections: '{"documentation":{"prefix":"**Documentation:**","labels":["documentation"]}}'
output: CHANGELOG.md

- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-versions }}

Expand Down

0 comments on commit 217b496

Please sign in to comment.