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-core.git
The following commit(s) were added to refs/heads/master by this push:
new d7c6fa7c [YUNIKORN-2340] Upgrade actions versions in Github Action
workflow (#779)
d7c6fa7c is described below
commit d7c6fa7ca5756150633844345523016c5aee5471
Author: Yu-Lin Chen <[email protected]>
AuthorDate: Mon Jan 29 16:09:08 2024 +0100
[YUNIKORN-2340] Upgrade actions versions in Github Action workflow (#779)
Closes: #779
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 bdd7d05d..62bf8132 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -15,11 +15,11 @@ 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]