We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c50d7 commit d5053e2Copy full SHA for d5053e2
.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@39cd14951b08e74b54015e9e001cdefcf80e669f # 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