Skip to content

Commit

Permalink
Merge pull request #11 from dochang/renovate/actions-setup-python-5.x
Browse files Browse the repository at this point in the history
Update actions/setup-python action to v5
  • Loading branch information
dochang authored Dec 6, 2023
2 parents 34dfd48 + 017bd2c commit 15b0054
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# https://github.com/actions/setup-python/issues/659

- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: poetry
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:

- name: Setup Python 3.11
id: setup-python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: poetry
Expand Down

0 comments on commit 15b0054

Please sign in to comment.