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 1b5f68b commit e12927fCopy full SHA for e12927f
.github/workflows/lint.yml
@@ -7,7 +7,7 @@ jobs:
7
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
11
- uses: actions/setup-python@v4
12
with:
13
python-version: 3.8
0 commit comments