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-scheduler-interface.git


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

commit 10645340a81d90a9ab10c0b66f113d9c39e8b5a2
Author: Yu-Lin Chen <[email protected]>
AuthorDate: Mon Jan 29 16:19:07 2024 +0100

    [YUNIKORN-2340] Upgrade actions versions in Github Action workflow (#118)
    
    Closes: #118
    
    Signed-off-by: Peter Bacsko <[email protected]>
---
 .github/workflows/main.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 3613084..a889c25 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -10,9 +10,9 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout source code
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
       - name: Set up Go
-        uses: actions/setup-go@v3
+        uses: actions/setup-go@v5
         with:
           go-version-file: .go_version
       - name: Check license


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

Reply via email to