Skip to content

Commit

Permalink
Merge pull request #159 from ngshiheng/renovate/actions-setup-python-5.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-python action to v5
  • Loading branch information
ngshiheng authored Jan 25, 2024
2 parents da97dc1 + 12bde47 commit 9634979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: "Set Up Python ${{ matrix.python-version }}"
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "${{ matrix.python-version }}"
- name: Install Python Poetry
Expand Down

0 comments on commit 9634979

Please sign in to comment.