cclauss commented on code in PR #5089:
URL: https://github.com/apache/openwhisk/pull/5089#discussion_r1477253746
##########
.github/workflows/spelling.yml:
##########
@@ -0,0 +1,17 @@
+name: Check Spelling
+
+on: [pull_request]
+
+jobs:
+ misc:
+ name: misspell
+ runs-on: ubuntu-latest
+ steps:
+ - name: Check out code
+ uses: actions/checkout@v2
Review Comment:
```suggestion
uses: actions/checkout@v4
```
https://github.com/actions/checkout/releases
Or...
* https://github.com/reviewdog/action-misspell/blob/master/README.md Or...
*
https://github.com/codespell-project/actions-codespell/blob/master/README.md
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]