Skip to content

Commit efa21e6

Browse files
authored
Upgrade GitHub Actions to latest versions (#232)
* Upgrade GitHub Actions to latest versions Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com> * fix: Correct GitHub Actions upgrade (fix branch refs and version formats) * fix: Correct GitHub Actions upgrade (fix branch refs and version formats) * fix: Correct GitHub Actions upgrade (fix branch refs and version formats) * fix: Correct GitHub Actions upgrade (fix branch refs and version formats) * fix: Correct GitHub Actions upgrade (fix branch refs and version formats) * fix: Correct GitHub Actions upgrade (fix branch refs and version formats) * fix: Correct GitHub Actions upgrade (fix branch refs and version formats) * fix: Correct GitHub Actions upgrade (fix branch refs and version formats) * fix: Correct GitHub Actions upgrade (fix branch refs and version formats) * fix: Correct GitHub Actions upgrade (fix branch refs and version formats) --------- Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
1 parent b2d628c commit efa21e6

11 files changed

Lines changed: 11 additions & 11 deletions

.github/workflows/build_kernel_macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: xcodebuild -downloadComponent metalToolchain
1919
- uses: actions/checkout@v6
2020
- uses: cachix/install-nix-action@v31
21-
- uses: cachix/cachix-action@v15
21+
- uses: cachix/cachix-action@v16
2222
with:
2323
name: huggingface
2424
#authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"

.github/workflows/build_kernel_rocm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
max-jobs = 4
2121
cores = 12
2222
sandbox-fallback = false
23-
- uses: cachix/cachix-action@v14
23+
- uses: cachix/cachix-action@v16
2424
with:
2525
name: huggingface
2626
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"

.github/workflows/build_kernel_windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v6
3535

3636
# CUDA environment setup
37-
- uses: Jimver/cuda-toolkit@v0.2.29
37+
- uses: Jimver/cuda-toolkit@v0.2.30
3838
id: setup-cuda-toolkit
3939
with:
4040
cuda: ${{ matrix.torch.cuda }} # TODO(mfuntowicz): How can we test multiple CUDA versions than align with torch?

.github/workflows/check_variants.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v6
16-
- uses: cachix/install-nix-action@v27
16+
- uses: cachix/install-nix-action@v31
1717
with:
1818
nix_path: nixpkgs=channel:nixos-unstable
1919
- name: Generate variants JSON

.github/workflows/kernel_abi_python_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
steps:
200200
- uses: actions/download-artifact@v7
201201
- name: Generate artifact attestation
202-
uses: actions/attest-build-provenance@v2
202+
uses: actions/attest-build-provenance@v3
203203
with:
204204
subject-path: "wheels-*/*"
205205
- name: Publish to PyPI

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v6
2121

2222
- name: Install uv and set the python version
23-
uses: astral-sh/setup-uv@v5
23+
uses: astral-sh/setup-uv@v7
2424
with:
2525
python-version: 3.12
2626

.github/workflows/nix_fmt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v6
16-
- uses: cachix/install-nix-action@v27
16+
- uses: cachix/install-nix-action@v31
1717
with:
1818
nix_path: nixpkgs=channel:nixos-unstable
1919
- name: Check formatting

.github/workflows/publish_kernels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
name: python-package-distributions
7171
path: dist/
7272
- name: Sign the dists with Sigstore
73-
uses: sigstore/gh-action-sigstore-python@v3.0.0
73+
uses: sigstore/gh-action-sigstore-python@v3.2.0
7474
with:
7575
inputs: >-
7676
./dist/*.tar.gz

.github/workflows/test_extra_commands.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
max-jobs = 4
2020
cores = 12
2121
sandbox-fallback = false
22-
- uses: cachix/cachix-action@v14
22+
- uses: cachix/cachix-action@v16
2323
with:
2424
name: huggingface
2525
env:

.github/workflows/test_kernels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@v6
3535

3636
- name: Install uv and set the python version
37-
uses: astral-sh/setup-uv@v5
37+
uses: astral-sh/setup-uv@v7
3838
with:
3939
python-version: ${{ matrix.python-version }}
4040

0 commit comments

Comments
 (0)