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

pbacsko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new dd15cbc9e9 [YUNIKORN-2340] Upgrade actions versions in Github Action 
workflow (#394)
dd15cbc9e9 is described below

commit dd15cbc9e9fdd25b0685c8e61f86ef952a26fec2
Author: Yu-Lin Chen <[email protected]>
AuthorDate: Mon Jan 29 16:13:38 2024 +0100

    [YUNIKORN-2340] Upgrade actions versions in Github Action workflow (#394)
    
    Closes: #394
    
    Signed-off-by: Peter Bacsko <[email protected]>
---
 .github/workflows/auto-publish.yml | 4 ++--
 .github/workflows/pre-commit.yml   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/auto-publish.yml 
b/.github/workflows/auto-publish.yml
index f562777a95..613c7d9e63 100644
--- a/.github/workflows/auto-publish.yml
+++ b/.github/workflows/auto-publish.yml
@@ -25,7 +25,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: "Check out latest code on master branch"
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
           path: './yunikorn-master'
       - name: "Build and run website locally"
@@ -38,7 +38,7 @@ jobs:
           bash -c 'while true; do curl -Is http://localhost:3000 | head -n 1 | 
grep "OK"; [ $? -eq 0 ] && break; sleep 3; done'
         timeout-minutes: 20
       - name: "Checkout asf-site branch"
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
           path: './yunikorn-asf-site'
           ref: 'asf-site'
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index c11776ab8a..6eb54f0ab2 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -26,7 +26,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Check out source code
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
           fetch-depth: 2
       - name: Check license


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to