We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcf4019 commit f75f5cbCopy full SHA for f75f5cb
.github/workflows/linting.yaml
@@ -45,7 +45,7 @@ jobs:
45
run: pipx install poetry
46
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
47
id: python
48
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5
+ uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
49
with:
50
python-version: ${{ env.DEFAULT_PYTHON }}
51
cache: "poetry"
@@ -88,7 +88,7 @@ jobs:
88
89
90
91
92
93
94
0 commit comments