This is an automated email from the ASF dual-hosted git repository.
wilfreds 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 07ed8de4fd [YUNIKORN-3225] updated actions versions (#547)
07ed8de4fd is described below
commit 07ed8de4fda3c40db0e95e593bd79a16b0afcd5e
Author: Aditya Maheshwari <[email protected]>
AuthorDate: Fri Mar 13 10:31:38 2026 +1100
[YUNIKORN-3225] updated actions versions (#547)
Closes: #547
Signed-off-by: Wilfred Spiegelenburg <[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 c93f60215a..e50eaf8954 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@v4
+ uses: actions/checkout@v6
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@v4
+ uses: actions/checkout@v6
with:
path: './yunikorn-asf-site'
ref: 'asf-site'
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index 47410c09e5..c6166b81ae 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out source code
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
with:
fetch-depth: 2
- name: Check license
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]