Martijn Visser created FLINK-31423: -------------------------------------- Summary: Update external connector workflow to use Node16 instead of Node12 actions Key: FLINK-31423 URL: https://issues.apache.org/jira/browse/FLINK-31423 Project: Flink Issue Type: Technical Debt Components: Build System, Build System / CI Reporter: Martijn Visser Assignee: Martijn Visser
Currently, running workflows for externalized connectors results in warnings such as: {code:bash} Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-java@v2, stCarolas/setup-maven@v4.2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. {code} We should update the used Github actions to their latest versions -- This message was sent by Atlassian Jira (v8.20.10#820010)