mirror of
https://github.com/curl/curl.git
synced 2025-09-16 17:12:43 +03:00
CI/spell: actions/checkout@v2 > actions/checkout@v3
This commit is contained in:
parent
4f20188ac6
commit
5f5660f3a0
2
.github/workflows/spellcheck.yml
vendored
2
.github/workflows/spellcheck.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
check:
|
check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: install pandoc
|
- name: install pandoc
|
||||||
run: sudo apt-get install pandoc
|
run: sudo apt-get install pandoc
|
||||||
|
|
Loading…
Reference in New Issue
Block a user