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 5d3e587 commit ecce07aCopy full SHA for ecce07a
.github/workflows/lint.yml
@@ -10,10 +10,10 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v4
13
- - uses: astral-sh/ruff-action@d0a0e814ec17e92d33be7d24dd922b479f1bcd38
+ - uses: astral-sh/ruff-action@31a518504640beb4897d0b9f9e50a2a9196e75ba
14
with:
15
args: 'format --check'
16
17
18
args: 'check'
19
@@ -26,7 +26,7 @@ jobs:
26
27
name: check ${{ matrix.python-version }}
28
29
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
30
31
fetch-depth: 0
32
0 commit comments