Skip to content

Commit 1f74b41

Browse files
⬆️ Update actions/setup-python action to v5.6.0
1 parent bcf4019 commit 1f74b41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: pipx install poetry
2323
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
2424
id: python
25-
uses: actions/setup-python@v5.0.0
25+
uses: actions/setup-python@v5.6.0
2626
with:
2727
python-version: ${{ env.DEFAULT_PYTHON }}
2828
cache: "poetry"

0 commit comments

Comments
 (0)