Commit 6b8f90b 1 parent 68bf37b commit 6b8f90b Copy full SHA for 6b8f90b
File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 35
35
poetry --version
36
36
37
37
- name : Set up Python
38
- uses : actions/setup-python@v5.3 .0
38
+ uses : actions/setup-python@v5.4 .0
39
39
with :
40
40
python-version : " 3.12"
41
41
cache : " poetry"
Original file line number Diff line number Diff line change 20
20
uses : actions/checkout@v4
21
21
22
22
- name : Run Labeler
23
- uses : crazy-max/ghaction-github-labeler@v5.0 .0 # Use this version until https://github.com/crazy-max/ghaction-github-labeler/issues/221 is fixed
23
+ uses : crazy-max/ghaction-github-labeler@v5.2 .0 # Use this version until https://github.com/crazy-max/ghaction-github-labeler/issues/221 is fixed
24
24
with :
25
25
skip-delete : true
Original file line number Diff line number Diff line change 21
21
fetch-depth : 2
22
22
23
23
- name : Set up Python
24
- uses : actions/setup-python@v5.3 .0
24
+ uses : actions/setup-python@v5.4 .0
25
25
with :
26
26
python-version : " 3.12"
27
27
@@ -62,16 +62,16 @@ jobs:
62
62
63
63
- name : Publish package on PyPI
64
64
if : steps.check-version.outputs.tag
65
-
65
+
66
66
67
67
- name : Publish package on TestPyPI
68
68
if : (!steps.check-version.outputs.tag)
69
-
69
+
70
70
with :
71
71
repository-url : https://test.pypi.org/legacy/
72
72
73
73
- name : Publish the release notes
74
- uses : release-drafter/release-drafter@v6.0 .0
74
+ uses : release-drafter/release-drafter@v6.1 .0
75
75
with :
76
76
publish : ${{ steps.check-version.outputs.tag != '' }}
77
77
tag : ${{ steps.check-version.outputs.tag }}
Original file line number Diff line number Diff line change 37
37
uses : actions/checkout@v4
38
38
39
39
- name : Set up Python ${{ matrix.python }}
40
- uses : actions/setup-python@v5.3 .0
40
+ uses : actions/setup-python@v5.4 .0
41
41
with :
42
42
python-version : ${{ matrix.python }}
43
43
@@ -121,7 +121,7 @@ jobs:
121
121
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
122
122
123
123
- name : Set up Python
124
- uses : actions/setup-python@v5.3 .0
124
+ uses : actions/setup-python@v5.4 .0
125
125
with :
126
126
python-version : " 3.10"
127
127
@@ -169,4 +169,4 @@ jobs:
169
169
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
170
170
# No need to run SonarCloud analysis if dependabot update or token not defined
171
171
if : env.SONAR_TOKEN != '' && (github.actor != 'dependabot[bot]')
172
- uses : SonarSource/sonarcloud-github-action@v3.1 .0
172
+ uses : SonarSource/sonarcloud-github-action@v5.0 .0
You can’t perform that action at this time.
0 commit comments