File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,11 +62,11 @@ jobs:
6262
6363 - name : Publish package on PyPI
6464 if : steps.check-version.outputs.tag
65- uses : pypa/gh-action-pypi-publish@v1.12.4
65+ uses : pypa/gh-action-pypi-publish@v1.13.0
6666
6767 - name : Publish package on TestPyPI
6868 if : (!steps.check-version.outputs.tag)
69- uses : pypa/gh-action-pypi-publish@v1.12.4
69+ uses : pypa/gh-action-pypi-publish@v1.13.0
7070 with :
7171 repository-url : https://test.pypi.org/legacy/
7272
Original file line number Diff line number Diff line change @@ -176,4 +176,4 @@ jobs:
176176 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
177177 # No need to run SonarCloud analysis if dependabot update or token not defined
178178 if : env.SONAR_TOKEN != '' && (github.actor != 'dependabot[bot]')
179- uses : SonarSource/sonarqube-scan-action@v5.2.0
179+ uses : SonarSource/sonarqube-scan-action@v5.3.1
You can’t perform that action at this time.
0 commit comments