Skip to content

Commit 7a7fde0

Browse files
committed
Upgrade GitHub Actions for Node 24 compatibility
1 parent 3ae9fe9 commit 7a7fde0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_create_gke_cluster_xpk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: gke-a3mega
5252

5353
steps:
54-
- uses: actions/checkout@v4
54+
- uses: actions/checkout@v6
5555

5656
- name: Set workload name
5757
shell: bash -x -e -u {0}

.github/workflows/jax-vllm-offloading-eks-transfer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
MODEL: "meta-llama/Llama-3.1-8B-Instruct"
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v6
2222

2323
- name: Login to GitHub Container Registry
2424
uses: docker/login-action@v3

0 commit comments

Comments
 (0)