31
31
steps :
32
32
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33
33
- name : Set up Python ${{ matrix.python-version }}
34
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
34
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
35
35
with :
36
36
python-version : ${{ matrix.python-version }}
37
37
- name : Install dependencies
56
56
fail-fast : false
57
57
steps :
58
58
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
59
- - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
59
+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
60
60
with :
61
61
python-version : 3.12
62
62
- name : Install dependencies with jax nightly
81
81
fail-fast : false
82
82
steps :
83
83
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
84
- - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
84
+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
85
85
with :
86
86
python-version : 3.12
87
87
- name : Install dependencies with flax nightly
@@ -106,7 +106,7 @@ jobs:
106
106
fail-fast : false
107
107
steps :
108
108
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
109
- - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
109
+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
110
110
with :
111
111
python-version : 3.12
112
112
- name : Install dependencies with optax nightly
@@ -131,7 +131,7 @@ jobs:
131
131
fail-fast : false
132
132
steps :
133
133
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
134
- - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
134
+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
135
135
with :
136
136
python-version : 3.12
137
137
- name : Install dependencies with orbax-checkpoint and orbax-export nightly
@@ -156,7 +156,7 @@ jobs:
156
156
fail-fast : false
157
157
steps :
158
158
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
159
- - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
159
+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
160
160
with :
161
161
python-version : 3.12
162
162
- name : Install dependencies with chex nightly
0 commit comments