Skip to content

Commit 58813f7

Browse files
Bump the gh-actions group with 2 updates (#104)
Bumps the gh-actions group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `actions/setup-python` from 5.6.0 to 6.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.6.0...v6.0.0) Updates `pypa/gh-action-pypi-publish` from 1.12.4 to 1.13.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.12.4...v1.13.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 73a37c3 commit 58813f7

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 2
1717

1818
- name: Set up Python
19-
uses: actions/setup-python@v5.6.0
19+
uses: actions/setup-python@v6.0.0
2020
with:
2121
python-version: "3.9"
2222

@@ -53,14 +53,14 @@ jobs:
5353
5454
- name: Publish package on PyPI
5555
if: steps.check-version.outputs.tag
56-
uses: pypa/gh-action-pypi-publish@v1.12.4
56+
uses: pypa/gh-action-pypi-publish@v1.13.0
5757
with:
5858
user: __token__
5959
password: ${{ secrets.PYPI_TOKEN }}
6060

6161
- name: Publish package on TestPyPI
6262
if: "! steps.check-version.outputs.tag"
63-
uses: pypa/gh-action-pypi-publish@v1.12.4
63+
uses: pypa/gh-action-pypi-publish@v1.13.0
6464
with:
6565
user: __token__
6666
password: ${{ secrets.TEST_PYPI_TOKEN }}

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v5.0.0
1818

1919
- name: Set up Python 3.13
20-
uses: actions/setup-python@v5.6.0
20+
uses: actions/setup-python@v6.0.0
2121
with:
2222
python-version: "3.13"
2323

@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/checkout@v5.0.0
4949

5050
- name: Set up Python ${{ matrix.python-version }}
51-
uses: actions/setup-python@v5.6.0
51+
uses: actions/setup-python@v6.0.0
5252
with:
5353
python-version: ${{ matrix.python-version }}
5454

@@ -75,7 +75,7 @@ jobs:
7575
uses: actions/checkout@v5.0.0
7676

7777
- name: Set up Python 3.13
78-
uses: actions/setup-python@v5.6.0
78+
uses: actions/setup-python@v6.0.0
7979
with:
8080
python-version: "3.13"
8181

0 commit comments

Comments
 (0)