You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by yi...@apache.org on 2022/11/25 06:57:36 UTC

[spark-docker] branch master updated: [SPARK-41258][INFRA] Upgrade docker and actions to cleanup warnning

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 33abc18  [SPARK-41258][INFRA] Upgrade docker and actions to cleanup warnning
33abc18 is described below

commit 33abc1894f3de135e827ce393842ca355229c117
Author: Yikun Jiang <yi...@gmail.com>
AuthorDate: Fri Nov 25 14:57:27 2022 +0800

    [SPARK-41258][INFRA] Upgrade docker and actions to cleanup warnning
    
    ### What changes were proposed in this pull request?
    - Upgrade `actions/checkout` from v2 to v3
    - Upgrade `docker/build-push-action` from v2 to v3
    
    ### Why are the changes needed?
    Cleanup set output and lower version node warnning
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    Test passed
    
    Closes #24 from Yikun/upgrade-actions.
    
    Authored-by: Yikun Jiang <yi...@gmail.com>
    Signed-off-by: Yikun Jiang <yi...@gmail.com>
---
 .github/workflows/main.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index dfb99e9..024b853 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -71,7 +71,7 @@ jobs:
         image_suffix: [python3-ubuntu, ubuntu, r-ubuntu, python3-r-ubuntu]
     steps:
       - name: Checkout Spark Docker repository
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
 
       - name: Set up QEMU
         uses: docker/setup-qemu-action@v2
@@ -122,7 +122,7 @@ jobs:
           echo "PUBLISH_IMAGE_URL:"${PUBLISH_IMAGE_URL}
 
       - name: Build and push test image
-        uses: docker/build-push-action@v2
+        uses: docker/build-push-action@v3
         with:
           context: ${{ env.IMAGE_PATH }}
           tags: ${{ env.IMAGE_URL }}
@@ -258,7 +258,7 @@ jobs:
 
       - name: Publish - Push Image
         if: ${{ inputs.publish }}
-        uses: docker/build-push-action@v2
+        uses: docker/build-push-action@v3
         with:
           context: ${{ env.IMAGE_PATH }}
           push: true


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org