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.
actions/checkout
1 parent c9c4a51 commit e72a1fcCopy full SHA for e72a1fc
.github/workflows/spell_checking.yml
@@ -10,7 +10,7 @@ jobs:
10
matrix:
11
python-version: [3.8]
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
14
- name: Set up Python ${{ matrix.python-version }}
15
uses: actions/setup-python@v2
16
with:
@@ -26,7 +26,7 @@ jobs:
26
name: Check spelling with misspell
27
runs-on: ubuntu-latest
28
29
30
- name: Install
31
run: wget -O - -q https://git.io/misspell | sh -s -- -b .
32
- name: Misspell
0 commit comments