Skip to content

Commit

Permalink
⬆️ Update actions/setup-python action to v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 27, 2024
1 parent 7c72d55 commit 427de41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: pipx install poetry
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
id: python
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
with:
python-version: ${{ env.DEFAULT_PYTHON }}
cache: "poetry"
Expand All @@ -46,7 +46,7 @@ jobs:
run: pipx install poetry
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
id: python
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
with:
python-version: ${{ env.DEFAULT_PYTHON }}
cache: "poetry"
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
run: pipx install poetry
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
id: python
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
with:
python-version: ${{ env.DEFAULT_PYTHON }}
cache: "poetry"
Expand All @@ -108,7 +108,7 @@ jobs:
run: pipx install poetry
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
id: python
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
with:
python-version: ${{ env.DEFAULT_PYTHON }}
cache: "poetry"
Expand Down

0 comments on commit 427de41

Please sign in to comment.