File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
run : git lfs pull
24
24
25
25
- name : Set up Python ${{ matrix.python-version }}
26
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
26
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
27
27
with :
28
28
python-version : ${{ matrix.python-version }}
29
29
Original file line number Diff line number Diff line change 17
17
# Steps represent a sequence of tasks that will be executed as part of the job
18
18
steps :
19
19
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20
- - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
20
+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
21
21
with :
22
22
python-version : ' 3.12'
23
23
- name : Install dependencies
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136
136
sudo update-ca-certificates
137
137
138
138
- name : Set up Python ${{ matrix.python-version }}
139
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
139
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
140
140
with :
141
141
python-version : ${{ matrix.python-version }}
142
142
Original file line number Diff line number Diff line change 16
16
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17
17
18
18
- name : Set up Python 3.12
19
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
19
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
20
20
with :
21
21
python-version : " 3.12"
22
22
You can’t perform that action at this time.
0 commit comments