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 aa8d5ab commit 269a3b9Copy full SHA for 269a3b9
.github/workflows/pylint.yaml
@@ -15,7 +15,7 @@ jobs:
15
python-version: ["3.8", "3.9", "3.10"]
16
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
19
20
- name: set up Python ${{ matrix.python-version }}
21
uses: actions/setup-python@v5
.github/workflows/spellcheck.yaml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
- uses: streetsidesoftware/cspell-action@v7
with:
0 commit comments