This is an automated email from the ASF dual-hosted git repository.
martijnvisser pushed a commit to branch ci_utils
in repository
https://gitbox.apache.org/repos/asf/flink-connector-shared-utils.git
The following commit(s) were added to refs/heads/ci_utils by this push:
new c835c93 [FLINK-31423][CI] Update workflow to use newer versions of
actions that use Node16 instead of Node12 under the hood
c835c93 is described below
commit c835c9301ea13b5990f8f3c9a66c78e4c7de8093
Author: Martijn Visser <[email protected]>
AuthorDate: Mon Mar 13 15:39:16 2023 +0100
[FLINK-31423][CI] Update workflow to use newer versions of actions that use
Node16 instead of Node12 under the hood
---
.github/workflows/ci.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 07c8c25..26d841a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -64,17 +64,17 @@ jobs:
- run: echo "Running CI pipeline for JDK version ${{ matrix.jdk }}"
- name: Check out repository code
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Set JDK
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
with:
java-version: ${{ matrix.jdk }}
distribution: 'temurin'
cache: 'maven'
- name: Set Maven 3.8.6
- uses: stCarolas/[email protected]
+ uses: stCarolas/[email protected]
with:
maven-version: 3.8.6