Skip to content

Commit 9d5fbdb

Browse files
committed
Merge branch 'main' into guide-convert-poc
2 parents 05741af + 65a9743 commit 9d5fbdb

19 files changed

+413
-334
lines changed

.github/workflows/check-typos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ on:
55

66
jobs:
77
typos:
8-
uses: llm-d/llm-d-infra/.github/workflows/reusable-typos.yml@2b273d6
8+
uses: llm-d/llm-d-infra/.github/workflows/reusable-typos.yml@main

.github/workflows/ci-config-explorer-run.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v5
1717

1818
- name: Set up Python ${{ matrix.python-version }}
19-
uses: actions/setup-python@v5
19+
uses: actions/setup-python@v6
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
cache: 'pip'

.github/workflows/ci-nighly-benchmark-gke.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ jobs:
7171
7272
- name: Authenticate to Google Cloud
7373
id: auth
74-
uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5
74+
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093
7575
with:
7676
credentials_json: ${{ secrets.GKE_SA_KEY }}
7777

7878
- name: Set up gcloud CLI and kubectl
79-
uses: google-github-actions/setup-gcloud@cb1e50a9932213ecece00a606661ae9ca44f3397
79+
uses: google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db
8080
with:
8181
project_id: ${{ env.GCP_PROJECT_ID }}
8282
install_components: 'kubectl,gke-gcloud-auth-plugin'
@@ -119,7 +119,7 @@ jobs:
119119

120120
- name: Archive benchmark results as GitHub artifact
121121
if: success() || failure()
122-
uses: actions/upload-artifact@v4
122+
uses: actions/upload-artifact@v6
123123
with:
124124
name: ${{ env.OUTPUT_DIR }}
125125
path: ${{ env.INPUT_DIR }}

.github/workflows/ci-nighly-benchmark-ocp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
173173
- name: Archive benchmark results as GitHub artifact
174174
if: success() || failure()
175-
uses: actions/upload-artifact@v4
175+
uses: actions/upload-artifact@v6
176176
with:
177177
name: ${{ env.OUTPUT_DIR }}
178178
path: ${{ env.INPUT_DIR }}

.github/workflows/ci-signed-commits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: pull_request_target
33

44
jobs:
55
signed-commits:
6-
uses: llm-d/llm-d-infra/.github/workflows/reusable-signed-commits.yml@2b273d6
6+
uses: llm-d/llm-d-infra/.github/workflows/reusable-signed-commits.yml@main
77
permissions:
88
contents: read
99
pull-requests: write

.github/workflows/config-explorer-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v5
1515

1616
- name: Set up Python ${{ matrix.python-version }}
17-
uses: actions/setup-python@v5
17+
uses: actions/setup-python@v6
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
cache: 'pip'

.github/workflows/md-link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ on:
88

99
jobs:
1010
links:
11-
uses: llm-d/llm-d-infra/.github/workflows/reusable-md-link-check.yml@2b273d6
11+
uses: llm-d/llm-d-infra/.github/workflows/reusable-md-link-check.yml@main

.github/workflows/non-main-gatekeeper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ on:
55

66
jobs:
77
gatekeeper:
8-
uses: llm-d/llm-d-infra/.github/workflows/reusable-non-main-gatekeeper.yml@2b273d6
8+
uses: llm-d/llm-d-infra/.github/workflows/reusable-non-main-gatekeeper.yml@main

.github/workflows/prow-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ permissions:
99

1010
jobs:
1111
prow:
12-
uses: llm-d/llm-d-infra/.github/workflows/reusable-prow-commands.yml@2b273d6
12+
uses: llm-d/llm-d-infra/.github/workflows/reusable-prow-commands.yml@main

.github/workflows/prow-pr-automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ on:
55

66
jobs:
77
auto-merge:
8-
uses: llm-d/llm-d-infra/.github/workflows/reusable-prow-automerge.yml@2b273d6
8+
uses: llm-d/llm-d-infra/.github/workflows/reusable-prow-automerge.yml@main

0 commit comments

Comments
 (0)