Skip to content

Commit e3b409c

Browse files
Bump the github-actions group across 1 directory with 3 updates
Bumps the github-actions group with 3 updates in the / directory: [hynek/build-and-inspect-python-package](https://github.com/hynek/build-and-inspect-python-package), [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) and [actions/setup-python](https://github.com/actions/setup-python). Updates `hynek/build-and-inspect-python-package` from 2.18.0 to 3.0.1 - [Release notes](https://github.com/hynek/build-and-inspect-python-package/releases) - [Changelog](https://github.com/hynek/build-and-inspect-python-package/blob/main/CHANGELOG.md) - [Commits](hynek/build-and-inspect-python-package@v2.18.0...v3.0.1) Updates `pypa/gh-action-pypi-publish` from 1.14.0 to 1.14.2 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.14.0...v1.14.2) Updates `actions/setup-python` from 6 to 7 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) --- updated-dependencies: - dependency-name: hynek/build-and-inspect-python-package dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0795108 commit e3b409c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v7
2424

2525
- name: Build and Check Package
26-
uses: hynek/build-and-inspect-python-package@v2.18.0
26+
uses: hynek/build-and-inspect-python-package@v3.0.1
2727
with:
2828
attest-build-provenance-github: 'true'
2929

@@ -46,7 +46,7 @@ jobs:
4646
path: dist
4747

4848
- name: Publish package to PyPI
49-
uses: pypa/gh-action-pypi-publish@v1.14.0
49+
uses: pypa/gh-action-pypi-publish@v1.14.2
5050
with:
5151
attestations: true
5252

@@ -58,7 +58,7 @@ jobs:
5858
git push origin v${{ github.event.inputs.version }}
5959
6060
- name: Set up Python
61-
uses: actions/setup-python@v6
61+
uses: actions/setup-python@v7
6262
with:
6363
python-version: "3.10"
6464

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v7
2525
- name: Build and Check Package
26-
uses: hynek/build-and-inspect-python-package@v2.18.0
26+
uses: hynek/build-and-inspect-python-package@v3.0.1
2727
with:
2828
# Disabling because this is failing currently, see #466.
2929
attest-build-provenance-github: 'false'
@@ -61,7 +61,7 @@ jobs:
6161
path: dist
6262

6363
- name: Set up Python
64-
uses: actions/setup-python@v6
64+
uses: actions/setup-python@v7
6565
with:
6666
python-version: ${{ matrix.python }}
6767
allow-prereleases: true

0 commit comments

Comments
 (0)