We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf4019 commit 95a9856Copy full SHA for 95a9856
.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@a26af69be951a213d495a4c3e4e4022e16d87065 # 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