Skip to content

Commit 07ed8de

Browse files
adityadtu5wilfred-s
authored andcommitted
[YUNIKORN-3225] updated actions versions (#547)
Closes: #547 Signed-off-by: Wilfred Spiegelenburg <wilfreds@apache.org>
1 parent cde7328 commit 07ed8de

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/auto-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: "Check out latest code on master branch"
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v6
2929
with:
3030
path: './yunikorn-master'
3131
- name: "Build and run website locally"
@@ -38,7 +38,7 @@ jobs:
3838
bash -c 'while true; do curl -Is http://localhost:3000 | head -n 1 | grep "OK"; [ $? -eq 0 ] && break; sleep 3; done'
3939
timeout-minutes: 20
4040
- name: "Checkout asf-site branch"
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v6
4242
with:
4343
path: './yunikorn-asf-site'
4444
ref: 'asf-site'

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Check out source code
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v6
3434
with:
3535
fetch-depth: 2
3636
- name: Check license

0 commit comments

Comments
 (0)