We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b590e9 commit a9f9d95Copy full SHA for a9f9d95
2 files changed
.github/workflows/pypi-publish.yml
@@ -10,9 +10,9 @@ jobs:
10
permissions:
11
id-token: write
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
14
- name: Set up Python
15
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v6
16
with:
17
python-version: '3.x'
18
- name: Install dependencies
.github/workflows/tests.yml
@@ -29,8 +29,8 @@ jobs:
29
jax-version: ["newest"]
30
31
32
- - uses: actions/checkout@v5
33
- - uses: actions/setup-python@v5.3.0
+ - uses: actions/setup-python@v6
34
35
python-version: "${{ matrix.python-version }}"
36
- name: Run CI tests
0 commit comments