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 80f64c2 commit ea0eedeCopy full SHA for ea0eede
.github/workflows/lint.yml
@@ -15,6 +15,6 @@ jobs:
15
name: Flake8
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
19
20
- uses: TrueBrain/actions-flake8@v2
.github/workflows/syntax.yml
@@ -40,7 +40,7 @@ jobs:
40
continue_on_error: true
41
42
43
44
- uses: SublimeText/syntax-test-action@v2
45
with:
46
build: ${{ matrix.build }}
0 commit comments