mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08: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:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: install pandoc
|
||||
run: sudo apt-get install pandoc
|
||||
|
Loading…
Reference in New Issue
Block a user