This repository was archived by the owner on Jun 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 run : git lfs pull
2424
2525 - name : Set up Python ${{ matrix.python-version }}
26- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
26+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929
Original file line number Diff line number Diff line change 1717 # Steps represent a sequence of tasks that will be executed as part of the job
1818 steps :
1919 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20- - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
20+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
2121 with :
2222 python-version : ' 3.12'
2323 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136136 sudo update-ca-certificates
137137
138138 - name : Set up Python ${{ matrix.python-version }}
139- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
139+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
140140 with :
141141 python-version : ${{ matrix.python-version }}
142142
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717
1818 - name : Set up Python 3.12
19- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
19+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
2020 with :
2121 python-version : " 3.12"
2222
You can’t perform that action at this time.
0 commit comments