Skip to content

Commit 03fb069

Browse files
committed
Upgrade GitHub Actions for Node 24 compatibility
Signed-off-by: Salman Muin Kayser Chishti <[email protected]>
1 parent 0e79eea commit 03fb069

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
jax-version: ["newest"]
3030

3131
steps:
32-
- uses: actions/checkout@v5
33-
- uses: actions/setup-python@v5.3.0
32+
- uses: actions/checkout@v6
33+
- uses: actions/setup-python@v6.2.0
3434
with:
3535
python-version: "${{ matrix.python-version }}"
3636
- name: Run CI tests

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
permissions:
1111
id-token: write
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
- name: Set up Python
15-
uses: actions/setup-python@v4
15+
uses: actions/setup-python@v6
1616
with:
1717
python-version: '3.x'
1818
- name: Install dependencies

0 commit comments

Comments
 (0)