Skip to content

Commit b0012f8

Browse files
authored
Merge pull request #178 from statisticsnorway/dependabot/github_actions/dot-github/workflows/github_actions-38de3f66d6
Bump the github_actions group across 1 directory with 2 updates
2 parents 373b16f + 94bf77d commit b0012f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)