31
31
steps :
32
32
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33
33
- name : Set up Python 3.11
34
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
34
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
35
35
with :
36
36
python-version : 3.11
37
37
- run : python -m pip install pre-commit
70
70
apt update
71
71
apt install -y libssl-dev
72
72
- name : Set up Python ${{ matrix.python-version }}
73
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
73
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
74
74
with :
75
75
python-version : ${{ matrix.python-version }}
76
76
- name : Install dependencies
@@ -108,7 +108,7 @@ jobs:
108
108
steps :
109
109
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
110
110
- name : Set up Python ${{ matrix.python-version }}
111
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
111
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
112
112
with :
113
113
python-version : ${{ matrix.python-version }}
114
114
- name : Install dependencies
@@ -142,7 +142,7 @@ jobs:
142
142
apt update
143
143
apt install -y libssl-dev libsqlite3-dev
144
144
- name : Set up Python ${{ matrix.python-version }}
145
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
145
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
146
146
with :
147
147
python-version : ${{ matrix.python-version }}
148
148
- name : Install dependencies
@@ -168,7 +168,7 @@ jobs:
168
168
steps :
169
169
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
170
170
- name : Set up Python ${{ matrix.python-version }}
171
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
171
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
172
172
with :
173
173
python-version : ${{ matrix.python-version }}
174
174
- name : Install dependencies
@@ -201,7 +201,7 @@ jobs:
201
201
steps :
202
202
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
203
203
- name : Set up Python
204
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
204
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
205
205
with :
206
206
python-version : 3.12
207
207
- name : Install JAX
0 commit comments