File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 47
47
with :
48
48
node-version : " 16.12"
49
49
- name : Setup python
50
- uses : actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4.6.0
50
+ uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
51
51
with :
52
52
python-version : " 3.10"
53
53
cache : " pip"
Original file line number Diff line number Diff line change 36
36
- name : Install poetry
37
37
run : pipx install poetry
38
38
- name : Set up Python ${{ matrix.python-version }}
39
- uses : actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4.6.0
39
+ uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
40
40
with :
41
41
python-version : ${{ matrix.python-version }}
42
42
cache : " poetry"
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139
139
- name : Install poetry
140
140
run : pipx install git+https://github.com/python-poetry/poetry@68b88e5390720a3dd84f02940ec5200bfce39ac6 # v1.5.0
141
141
- name : Set up Python
142
- uses : actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4.6.0
142
+ uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
143
143
with :
144
144
python-version : " 3.10"
145
145
cache : " poetry"
@@ -177,7 +177,7 @@ jobs:
177
177
- name : Install poetry
178
178
run : pipx install git+https://github.com/python-poetry/poetry@68b88e5390720a3dd84f02940ec5200bfce39ac6 # v1.5.0
179
179
- name : Set up Python
180
- uses : actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4.6.0
180
+ uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
181
181
with :
182
182
python-version : " 3.10"
183
183
cache : " poetry"
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
with :
109
109
node-version : " 16.12"
110
110
- name : Setup python
111
- uses : actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4.6.0
111
+ uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
112
112
with :
113
113
python-version : " 3.10"
114
114
cache : " pip"
Original file line number Diff line number Diff line change 46
46
- name : Install poetry
47
47
run : pipx install poetry
48
48
- name : Set up Python
49
- uses : actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4.6.0
49
+ uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
50
50
with :
51
51
python-version : " 3.10"
52
52
cache : " poetry"
Original file line number Diff line number Diff line change 38
38
- name : Install poetry
39
39
run : pipx install poetry
40
40
- name : " Use Python"
41
- uses : actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4.6.0
41
+ uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
42
42
with :
43
43
python-version : ${{ matrix.version }}
44
44
architecture : " x64"
You can’t perform that action at this time.
0 commit comments