This is an automated email from the ASF dual-hosted git repository.

diwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-spark-connector.git


The following commit(s) were added to refs/heads/master by this push:
     new 7868703  upgrade actions/checkout to v3 (#88)
7868703 is described below

commit 7868703974df3726b0c805c76c80077023d85a44
Author: Bowen Liang <liangbo...@gf.com.cn>
AuthorDate: Thu Mar 30 15:58:46 2023 +0800

    upgrade actions/checkout to v3 (#88)
---
 .github/workflows/approve-label.yml   | 2 +-
 .github/workflows/build-extension.yml | 2 +-
 .github/workflows/license-eyes.yml    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/approve-label.yml 
b/.github/workflows/approve-label.yml
index f022578..c799c3d 100644
--- a/.github/workflows/approve-label.yml
+++ b/.github/workflows/approve-label.yml
@@ -37,7 +37,7 @@ jobs:
       isApprovedByAnyone: ${{ 
steps.label-when-approved-by-anyone.outputs.isApproved }}
     steps:
       - name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
         with:
           persist-credentials: false
           submodules: recursive
diff --git a/.github/workflows/build-extension.yml 
b/.github/workflows/build-extension.yml
index 8ed8e48..a5b9066 100644
--- a/.github/workflows/build-extension.yml
+++ b/.github/workflows/build-extension.yml
@@ -33,7 +33,7 @@ jobs:
         shell: bash
     steps:
     - name: Checkout
-      uses: actions/checkout@master
+      uses: actions/checkout@v3
 
     - name: Setup java
       uses: actions/setup-java@v3
diff --git a/.github/workflows/license-eyes.yml 
b/.github/workflows/license-eyes.yml
index c9b4cd2..9bcc28a 100644
--- a/.github/workflows/license-eyes.yml
+++ b/.github/workflows/license-eyes.yml
@@ -28,7 +28,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
       - name: Check License
         uses: apache/skywalking-eyes@v0.2.0
         env:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to