Skip to content

Commit

Permalink
Bump actions/setup-python from 4 to 5 (open-telemetry#246)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Armin Ruech <[email protected]>
  • Loading branch information
dependabot[bot] and arminru authored Dec 12, 2023
1 parent 96d3c26 commit f8b934b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/semconvgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
working-directory: semantic-conventions/
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: install dev-dependencies
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
needs: tests
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
- name: Build the wheel
run: |
pip install -U pip setuptools wheel
Expand Down

0 comments on commit f8b934b

Please sign in to comment.