We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22165e1 commit b54d187Copy full SHA for b54d187
.github/workflows/lint.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/[email protected]
17
- name: Set up Python ${{ matrix.python-version }}
18
- uses: actions/setup-python@v4.6.1
+ uses: actions/setup-python@v4
19
with:
20
python-version: ${{ matrix.python-version }}
21
0 commit comments