Skip to content

Commit

Permalink
chore(deps): update actions/setup-python action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and JohnVillalovos committed Dec 12, 2023
1 parent bb2af7b commit fad1441
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.1
- name: Set up Python
uses: actions/setup-python@v4.8.0
uses: actions/setup-python@v5.0.0
with:
python-version: "3.12"
- name: Install dependencies
Expand All @@ -44,7 +44,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.1
- name: Set up Python
uses: actions/setup-python@v4.8.0
uses: actions/setup-python@v5.0.0
with:
python-version: "3.12"
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
- uses: actions/setup-python@v4.8.0
- uses: actions/setup-python@v5.0.0
with:
python-version: "3.12"
- run: pip install --upgrade tox
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre_commit.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-python@v4.8.0
- uses: actions/setup-python@v5.0.0
with:
python-version: "3.11"
- name: install tox
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Expand Up @@ -48,7 +48,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.1
- name: Set up Python ${{ matrix.python.version }}
uses: actions/setup-python@v4.8.0
uses: actions/setup-python@v5.0.0
with:
python-version: ${{ matrix.python.version }}
- name: Install dependencies
Expand All @@ -66,7 +66,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.1
- name: Set up Python
uses: actions/setup-python@v4.8.0
uses: actions/setup-python@v5.0.0
with:
python-version: "3.12"
- name: Install dependencies
Expand All @@ -87,7 +87,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.8.0
uses: actions/setup-python@v5.0.0
with:
python-version: "3.12"
- name: Install dependencies
Expand All @@ -109,7 +109,7 @@ jobs:
name: Python wheel
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-python@v4.8.0
- uses: actions/setup-python@v5.0.0
with:
python-version: "3.12"
- name: Install dependencies
Expand All @@ -128,7 +128,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.1
- name: Set up Python
uses: actions/setup-python@v4.8.0
uses: actions/setup-python@v5.0.0
with:
python-version: '3.12'
- uses: actions/download-artifact@v3.0.2
Expand Down

0 comments on commit fad1441

Please sign in to comment.