We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60dc902 commit 56be136Copy full SHA for 56be136
.github/workflows/lint.yml
@@ -26,7 +26,7 @@ jobs:
26
steps:
27
- uses: actions/checkout@v4
28
- name: Set up Python ${{ matrix.python-version }}
29
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
30
with:
31
python-version: ${{ matrix.python-version }}
32
- uses: chartboost/ruff-action@v1
0 commit comments