File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 18
18
with :
19
19
fetch-depth : 0
20
20
- name : Set up Python
21
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
21
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
22
22
with :
23
23
python-version-file : pyproject.toml
24
24
- name : Install package to check
Original file line number Diff line number Diff line change 60
60
name : Packages
61
61
path : dist
62
62
- name : Set up Python
63
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
63
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
64
64
with :
65
65
python-version : ${{ matrix.python-version }}
66
66
check-latest : true
Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ jobs:
291
291
- ' --index-url=https://test.pypi.org/simple/ --extra-index-url=https://pypi.org/simple'
292
292
steps :
293
293
- name : Set up Python
294
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
294
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
295
295
with :
296
296
python-version : ${{ matrix.python-version }}
297
297
check-latest : true
Original file line number Diff line number Diff line change 70
70
steps :
71
71
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
72
72
- name : Set up Python
73
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
73
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
74
74
with :
75
75
python-version-file : pyproject.toml
76
76
- name : Test installing from test.pypi.org
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
- - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
15
+ - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
16
16
with :
17
17
python-version-file : pyproject.toml
18
18
- name : Create lockfile and install dependencies
Original file line number Diff line number Diff line change @@ -50,13 +50,13 @@ jobs:
50
50
check-latest : true
51
51
- name : Set up Python (version)
52
52
if : ${{ matrix.python-version != 'pyproject.toml' }}
53
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
53
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
54
54
with :
55
55
python-version : ${{ matrix.python-version }}
56
56
check-latest : true
57
57
- name : Set up Python (pyproject.toml)
58
58
if : ${{ matrix.python-version == 'pyproject.toml' }}
59
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
59
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
60
60
with :
61
61
python-version-file : ${{ matrix.python-version }}
62
62
check-latest : true
95
95
node-version : lts/*
96
96
check-latest : true
97
97
- name : Set up Python
98
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
98
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
99
99
with :
100
100
python-version-file : pyproject.toml
101
101
- name : Install tox
Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ jobs:
38
38
sudo apt install --no-install-recommends --assume-yes graphviz
39
39
- name : Set up Python (version)
40
40
if : ${{ inputs.python-version != 'pyproject.toml' }}
41
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
41
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
42
42
with :
43
43
python-version : ${{ inputs.python-version }}
44
44
check-latest : true
45
45
- name : Set up Python (pyproject.toml)
46
46
if : ${{ inputs.python-version == 'pyproject.toml' }}
47
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
47
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
48
48
with :
49
49
python-version-file : ${{ inputs.python-version }}
50
50
check-latest : true
You can’t perform that action at this time.
0 commit comments