mirror of
https://github.com/curl/curl.git
synced 2026-04-15 02:31:40 +03:00
CI/spell: actions/checkout@v2 > actions/checkout@v3
This commit is contained in:
parent
4f20188ac6
commit
5f5660f3a0
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue