File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 20
20
fetch-depth : 2
21
21
22
22
- name : Set up Python
23
- uses : actions/setup-python@v3
23
+ uses : actions/setup-python@v4
24
24
with :
25
25
python-version : " 3.10"
26
26
42
42
- name : Detect and tag new version
43
43
id : check-version
44
44
if : steps.check-parent-commit.outputs.sha
45
- uses : salsify/action-detect-and-tag-new-version@v2.0.1
45
+ uses : salsify/action-detect-and-tag-new-version@v2.0.3
46
46
with :
47
47
version-command : |
48
48
bash -o pipefail -c "poetry version | awk '{ print \$2 }'"
Original file line number Diff line number Diff line change 36
36
uses : actions/checkout@v3
37
37
38
38
- name : Set up Python ${{ matrix.python }}
39
- uses : actions/setup-python@v3
39
+ uses : actions/setup-python@v4
40
40
with :
41
41
python-version : ${{ matrix.python }}
42
42
@@ -115,7 +115,7 @@ jobs:
115
115
uses : actions/checkout@v3
116
116
117
117
- name : Set up Python
118
- uses : actions/setup-python@v3
118
+ uses : actions/setup-python@v4
119
119
with :
120
120
python-version : " 3.10"
121
121
Original file line number Diff line number Diff line change 1
- furo == 2022.4.7
1
+ furo == 2023.8.19
2
2
sphinx == 7.2.5
3
3
sphinx-click == 5.0.1
4
- myst_parser == 0.17.2
4
+ myst_parser == 2.0.0
You can’t perform that action at this time.
0 commit comments