You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/11/01 02:29:23 UTC

[GitHub] [iotdb] HTHou opened a new pull request, #7852: Upgrade github action package

HTHou opened a new pull request, #7852:
URL: https://github.com/apache/iotdb/pull/7852

   ## Description
   
   


-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] HTHou commented on a diff in pull request #7852: Upgrade github action package

Posted by GitBox <gi...@apache.org>.
HTHou commented on code in PR #7852:
URL: https://github.com/apache/iotdb/pull/7852#discussion_r1010105656


##########
.github/workflows/standalone-it-for-mpp.yml:
##########
@@ -30,13 +30,13 @@
 #    runs-on: ${{ matrix.os }}
 #
 #    steps:
-#      - uses: actions/checkout@v2
+#      - uses: actions/checkout@v3
 #      - name: Set up JDK ${{ matrix.java }}
-#        uses: actions/setup-java@v1
+#        uses: actions/setup-java@v3

Review Comment:
   ```suggestion
   #        uses: actions/setup-java@v2
   ```



##########
.github/workflows/sync.yml:
##########
@@ -28,14 +28,14 @@ jobs:
       fail-fast: true
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
       - name: Set up JDK 11
-        uses: actions/setup-java@v1
+        uses: actions/setup-java@v3

Review Comment:
   ```suggestion
           uses: actions/setup-java@v2
   ```



-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] HTHou closed pull request #7852: Upgrade github action package

Posted by GitBox <gi...@apache.org>.
HTHou closed pull request #7852: Upgrade github action package
URL: https://github.com/apache/iotdb/pull/7852


-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] HTHou commented on a diff in pull request #7852: Upgrade github action package

Posted by GitBox <gi...@apache.org>.
HTHou commented on code in PR #7852:
URL: https://github.com/apache/iotdb/pull/7852#discussion_r1010105296


##########
.github/workflows/cluster-it.yml:
##########
@@ -32,13 +32,13 @@ jobs:
     runs-on: ${{ matrix.os }}
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
       - name: Set up JDK ${{ matrix.java }}
-        uses: actions/setup-java@v1
+        uses: actions/setup-java@v3

Review Comment:
   ```suggestion
           uses: actions/setup-java@v2
   ```



-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] HTHou commented on a diff in pull request #7852: Upgrade github action package

Posted by GitBox <gi...@apache.org>.
HTHou commented on code in PR #7852:
URL: https://github.com/apache/iotdb/pull/7852#discussion_r1010105403


##########
.github/workflows/influxdb-protocol.yml:
##########
@@ -42,15 +42,15 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
 
       - name: Set up JDK 11
-        uses: actions/setup-java@v1
+        uses: actions/setup-java@v3

Review Comment:
   ```suggestion
           uses: actions/setup-java@v2
   ```



##########
.github/workflows/main-unix.yml:
##########
@@ -39,13 +39,13 @@ jobs:
     runs-on: ${{ matrix.os}}
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
       - name: Set up JDK ${{ matrix.java }}
-        uses: actions/setup-java@v1
+        uses: actions/setup-java@v3

Review Comment:
   ```suggestion
           uses: actions/setup-java@v2
   ```



-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] HTHou commented on a diff in pull request #7852: Upgrade github action package

Posted by GitBox <gi...@apache.org>.
HTHou commented on code in PR #7852:
URL: https://github.com/apache/iotdb/pull/7852#discussion_r1010105522


##########
.github/workflows/main-win.yml:
##########
@@ -47,13 +47,13 @@ jobs:
     runs-on: windows-latest
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
       - name: Set up JDK ${{ matrix.java }}
-        uses: actions/setup-java@v1
+        uses: actions/setup-java@v3

Review Comment:
   ```suggestion
           uses: actions/setup-java@v2
   ```



##########
.github/workflows/sonar-coveralls.yml:
##########
@@ -35,13 +35,13 @@ jobs:
     if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == 'apache/iotdb' || github.event_name == 'push'
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
       - name: Set up JDK 11
-        uses: actions/setup-java@v1
+        uses: actions/setup-java@v3

Review Comment:
   ```suggestion
           uses: actions/setup-java@v2
   ```



-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] HTHou commented on a diff in pull request #7852: Upgrade github action package

Posted by GitBox <gi...@apache.org>.
HTHou commented on code in PR #7852:
URL: https://github.com/apache/iotdb/pull/7852#discussion_r1010105145


##########
.github/workflows/client-go.yml:
##########
@@ -38,16 +38,16 @@ jobs:
     runs-on: ${{ matrix.os}}
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
         with:
           token: ${{secrets.GITHUB_TOKEN}}
           submodules: recursive
       - name: Set up JDK ${{ matrix.java }}
-        uses: actions/setup-java@v1
+        uses: actions/setup-java@v3

Review Comment:
   ```suggestion
           uses: actions/setup-java@v2
   ```



##########
.github/workflows/client-python.yml:
##########
@@ -38,13 +38,13 @@ jobs:
     runs-on: ${{ matrix.os}}
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
       - name: Set up JDK ${{ matrix.java }}
-        uses: actions/setup-java@v1
+        uses: actions/setup-java@v3

Review Comment:
   ```suggestion
           uses: actions/setup-java@v2
   ```



-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] HTHou commented on a diff in pull request #7852: Upgrade github action package

Posted by GitBox <gi...@apache.org>.
HTHou commented on code in PR #7852:
URL: https://github.com/apache/iotdb/pull/7852#discussion_r1010105021


##########
.github/workflows/client-cpp.yml:
##########
@@ -36,9 +36,9 @@ jobs:
     runs-on: ${{ matrix.os}}
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
       - name: Set up JDK ${{ matrix.java }}
-        uses: actions/setup-java@v1
+        uses: actions/setup-java@v3

Review Comment:
   ```suggestion
           uses: actions/setup-java@v2
   ```



##########
.github/workflows/client-cpp.yml:
##########
@@ -72,13 +72,13 @@ jobs:
     runs-on: ${{ matrix.os}}
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
       - name: Set up JDK ${{ matrix.java }}
-        uses: actions/setup-java@v1
+        uses: actions/setup-java@v3

Review Comment:
   ```suggestion
           uses: actions/setup-java@v2
   ```



-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org