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-web.git


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

commit ee6d5be47af62333aa2bf56ae237d7db3db2d945
Author: Yu-Lin Chen <[email protected]>
AuthorDate: Mon Jan 29 16:15:09 2024 +0100

    [YUNIKORN-2340] Upgrade actions versions in Github Action workflow (#161)
    
    Closes: #161
    
    Signed-off-by: Peter Bacsko <[email protected]>
---
 .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 69b1e84..10b491a 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -15,17 +15,17 @@ jobs:
 
     steps:
       - name: Checkout Source Code
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
           fetch-depth: 2
       - name: Set up Go
-        uses: actions/setup-go@v3
+        uses: actions/setup-go@v5
         with:
           go-version-file: .go_version
       - name: Check License
         run: make license-check
       - name: Set Node.js Environment
-        uses: actions/setup-node@v3
+        uses: actions/setup-node@v4
         with:
           node-version-file: '.nvmrc'
       - run: |


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

Reply via email to