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-k8shim.git
The following commit(s) were added to refs/heads/master by this push:
new 2c4b4a0a [YUNIKORN-2340] Upgrade actions versions in Github Action
workflow (#771)
2c4b4a0a is described below
commit 2c4b4a0ac675088a0806efd89a62045281591e63
Author: Yu-Lin Chen <[email protected]>
AuthorDate: Mon Jan 29 16:11:50 2024 +0100
[YUNIKORN-2340] Upgrade actions versions in Github Action workflow (#771)
Closes: #771
Signed-off-by: Peter Bacsko <[email protected]>
---
.github/workflows/pre-commit.yml | 10 +++++-----
.github/workflows/push-master.yml | 4 ++--
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index 4c896332..6d3edb67 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest
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
@@ -43,11 +43,11 @@ jobs:
plugin: ['', '--plugin']
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: Set hugepage
@@ -57,7 +57,7 @@ jobs:
sudo sysctl -a | grep vm.nr_hugepages
- name: Cache and Restore e2e required tools
id: cache
- uses: actions/cache@v3
+ uses: actions/cache@v4
with:
path: |
tools
diff --git a/.github/workflows/push-master.yml
b/.github/workflows/push-master.yml
index d79bb247..9757a602 100644
--- a/.github/workflows/push-master.yml
+++ b/.github/workflows/push-master.yml
@@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest
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: Unit tests
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]