]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI/spell: actions/checkout@v2 > actions/checkout@v3
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Mon, 19 Dec 2022 21:58:28 +0000 (22:58 +0100)
committerMax Dymond <cmeister2@gmail.com>
Mon, 19 Dec 2022 23:15:07 +0000 (23:15 +0000)
.github/workflows/spellcheck.yml

index ee447c799ff78cbd950a0697de516772ecda59a4..9c1808a77cd40e6972cb7d3472c2a78f23b9f01f 100644 (file)
@@ -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