Skip to content

Commit f86f47b

Browse files
Bump the gh-actions group across 1 directory with 2 updates (#235)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aded14b commit f86f47b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v4
2929
- name: Setup Python
30-
uses: actions/setup-python@v5.1.1
30+
uses: actions/setup-python@v5.2.0
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333
architecture: x64
@@ -60,7 +60,7 @@ jobs:
6060
steps:
6161
- uses: actions/checkout@v4
6262
- name: Setup Python
63-
uses: actions/setup-python@v5.1.1
63+
uses: actions/setup-python@v5.2.0
6464
with:
6565
python-version: ${{ matrix.python-version }}
6666
architecture: x64

.github/workflows/pypi-release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
22-
- uses: actions/setup-python@v5.1.1
22+
- uses: actions/setup-python@v5.2.0
2323
name: Install Python
2424
with:
2525
python-version: 3.11
@@ -62,7 +62,7 @@ jobs:
6262
needs: build-artifacts
6363
runs-on: ubuntu-latest
6464
steps:
65-
- uses: actions/setup-python@v5.1.1
65+
- uses: actions/setup-python@v5.2.0
6666
name: Install Python
6767
with:
6868
python-version: 3.11
@@ -80,7 +80,7 @@ jobs:
8080
python -m pip install dist/xbatcher*.whl
8181
python -m xbatcher.util.print_versions
8282
- name: Publish package to TestPyPI
83-
uses: pypa/gh-action-pypi-publish@v1.9.0
83+
uses: pypa/gh-action-pypi-publish@v1.10.1
8484
with:
8585
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
8686
repository-url: https://test.pypi.org/legacy/
@@ -96,7 +96,7 @@ jobs:
9696
name: releases
9797
path: dist
9898
- name: Publish package to PyPI
99-
uses: pypa/gh-action-pypi-publish@v1.9.0
99+
uses: pypa/gh-action-pypi-publish@v1.10.1
100100
with:
101101
password: ${{ secrets.PYPI_API_TOKEN }}
102102
# verbose: true

.github/workflows/testpypi-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Set up Python
27-
uses: actions/setup-python@v5.1.1
27+
uses: actions/setup-python@v5.2.0
2828
with:
2929
python-version: "3.11"
3030

@@ -49,7 +49,7 @@ jobs:
4949
python -m xbatcher.util.print_versions
5050
5151
- name: Publish package to TestPyPI
52-
uses: pypa/gh-action-pypi-publish@v1.9.0
52+
uses: pypa/gh-action-pypi-publish@v1.10.1
5353
with:
5454
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
5555
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)