Skip to content

Commit 4dd3a03

Browse files
committed
⬆️ Update actions/setup-python action to v4.8.0
1 parent 4d67b88 commit 4dd3a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@v4.7.1
25+
uses: actions/setup-python@v4.8.0
2626
with:
2727
python-version: ${{ env.DEFAULT_PYTHON }}
2828
cache: "poetry"

0 commit comments

Comments
 (0)