Skip to content

Commit

Permalink
Merge pull request #534 from release-engineering/renovate/actions-set…
Browse files Browse the repository at this point in the history
…up-python-5.x

chore(deps): update actions/setup-python action to v5
  • Loading branch information
rohanpm authored Dec 10, 2023
2 parents d7b526b + 1824af8 commit 2f86b56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python 3.11
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pip-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"

Expand Down

0 comments on commit 2f86b56

Please sign in to comment.