Skip to content

Commit 06ae396

Browse files
authored
Merge branch 'main' into titaiwang/fix_attn_gqa
2 parents b8aa4b9 + 38c3fb3 commit 06ae396

22 files changed

+38
-32
lines changed

.github/workflows/auto_update_doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
contents: write
2323

2424
steps:
25-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2626
with:
2727
repository: ${{ github.event.pull_request.head.repo.full_name }}
2828
# Checkout the branch made in the fork. Will automatically push changes

.github/workflows/check_urls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
steps:
23-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2424
with:
2525
persist-credentials: false
2626

.github/workflows/clang_tidy_review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
build:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2727
# Pleaes note that it won't cause any failure here; it will only post comments in PRs
2828
- name: clang-tidy review
2929
uses: ZedThree/clang-tidy-review@4ea7f7b72e7e039588ef5e64de9a845e5a3f8db5 # v0.21.0

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- name: Checkout repository
48-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
48+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4949
with:
5050
persist-credentials: false
5151

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# If you do not check out your code, Copilot will do this for you.
3030
steps:
3131
- name: Checkout code
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333
- name: Setup Python
3434
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
3535
with:

.github/workflows/create_release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
exit 1
120120
fi
121121
122-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
122+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
123123
with:
124124
persist-credentials: false
125125
submodules: true
@@ -165,14 +165,14 @@ jobs:
165165

166166
steps:
167167

168-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
168+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
169169
if: (github.event_name == 'workflow_dispatch' )
170170
with:
171171
pattern: wheels*
172172
path: dist
173173
merge-multiple: true
174174

175-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
175+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
176176
if: (github.event_name == 'workflow_dispatch' )
177177
with:
178178
pattern: sdist
@@ -217,14 +217,14 @@ jobs:
217217

218218
steps:
219219

220-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
220+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
221221
if: (github.event_name == 'workflow_dispatch' )
222222
with:
223223
pattern: wheels*
224224
path: dist
225225
merge-multiple: true
226226

227-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
227+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
228228
if: (github.event_name == 'workflow_dispatch' )
229229
with:
230230
pattern: sdist
@@ -268,14 +268,14 @@ jobs:
268268
id-token: write
269269

270270
steps:
271-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
271+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
272272
if: (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
273273
with:
274274
pattern: wheels*
275275
path: dist
276276
merge-multiple: true
277277

278-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
278+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
279279
if: (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
280280
with:
281281
pattern: sdist
@@ -306,13 +306,13 @@ jobs:
306306
id-token: write
307307

308308
steps:
309-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
309+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
310310
with:
311311
pattern: wheels*
312312
path: dist
313313
merge-multiple: true
314314

315-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
315+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
316316
with:
317317
pattern: sdist
318318
path: dist

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Optional Lint
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2727
with:
2828
persist-credentials: false
2929
- name: misspell # Check spellings as well
@@ -58,7 +58,7 @@ jobs:
5858
permissions:
5959
security-events: write
6060
steps:
61-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
61+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6262
with:
6363
persist-credentials: false
6464
submodules: recursive

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
runs-on: ${{ matrix.os }}
9191
steps:
9292
- name: Checkout repository
93-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
93+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
9494
with:
9595
submodules: recursive
9696

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2828
with:
2929
persist-credentials: false
3030
- name: Setup Python

.github/workflows/pixi_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- oldies
3333
steps:
3434
- name: Checkout branch
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636
with:
3737
submodules: recursive
3838
fetch-depth: 0

0 commit comments

Comments
 (0)