geido commented on code in PR #20071:
URL: https://github.com/apache/superset/pull/20071#discussion_r873662371
##########
.github/workflows/superset-applitool-cypress.yml:
##########
@@ -59,8 +64,8 @@ jobs:
uses: ./.github/actions/cached-dependencies
with:
run: testdata
- - name: Set up Node.js
- uses: actions/[email protected]
+ - name: Setup Node.js
+ uses: actions/setup-node@v2
Review Comment:
I think this was just a copy and paste error on my side and also because
most of the other actions are using v2. Let me do this in the follow-up as well
so I can test all these changes you suggested locally.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]