Bump more checkout action versions (#5476)
This commit is contained in:
parent
ae3324dcef
commit
399b39eac9
|
@ -174,7 +174,7 @@ jobs:
|
|||
markdown-misspell-check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.4
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Check markdown for common misspellings
|
||||
run: |
|
||||
|
|
|
@ -165,7 +165,7 @@ jobs:
|
|||
markdown-misspell-check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.4
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Check markdown for common misspellings
|
||||
run: |
|
||||
|
|
|
@ -214,7 +214,7 @@ jobs:
|
|||
markdown-misspell-check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.4
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Check markdown for common misspellings
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue