File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 51
51
exclude : mswindows .*\.bat .*/testsuite/data/.*
52
52
53
53
- name : Set up Python
54
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
54
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
55
55
with :
56
56
python-version : ' 3.13'
57
57
Original file line number Diff line number Diff line change 43
43
- name : Checkout repository
44
44
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
45
45
- name : Set up Python
46
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
46
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
47
47
with :
48
48
python-version : ' 3.x'
49
49
- name : Install non-Python dependencies
Original file line number Diff line number Diff line change 35
35
ref : ${{ github.ref }}
36
36
fetch-depth : 0
37
37
- name : Set up Python
38
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
38
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
39
39
with :
40
40
python-version : ' 3.13'
41
41
- name : Create output directory
Original file line number Diff line number Diff line change 41
41
sudo apt-get install -y --no-install-recommends --no-install-suggests
42
42
43
43
- name : Set up Python
44
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
44
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
45
45
with :
46
46
python-version : ${{ env.PYTHON_VERSION }}
47
47
cache : pip
Original file line number Diff line number Diff line change 37
37
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
38
38
39
39
- name : Set up Python
40
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
40
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
41
41
with :
42
42
python-version : ${{ matrix.python-version }}
43
43
cache : pip
Original file line number Diff line number Diff line change 56
56
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
57
57
58
58
- name : Set up Python
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 : ${{ env.PYTHON_VERSION }}
62
62
cache : pip
You can’t perform that action at this time.
0 commit comments