Skip to content

Commit c8a2b07

Browse files
Bump the github-actions group with 2 updates (#224)
Bumps the github-actions group with 2 updates: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) and [actions/setup-python](https://github.com/actions/setup-python). Updates `pypa/gh-action-pypi-publish` from 1.14.0 to 1.14.1 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.14.0...v1.14.1) Updates `actions/setup-python` from 6.3.0 to 7.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6.3.0...v7.0.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent abe83e9 commit c8a2b07

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
path: dist
4040

4141
- name: Publish package to PyPI
42-
uses: pypa/gh-action-pypi-publish@v1.14.0
42+
uses: pypa/gh-action-pypi-publish@v1.14.1
4343
with:
4444
attestations: true
4545

.github/workflows/test.yml

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@v7.0.0
2929
- name: Set up Python
30-
uses: actions/setup-python@v6.3.0
30+
uses: actions/setup-python@v7.0.0
3131
with:
3232
python-version: "3.8"
3333
- name: Install GoogleTest
@@ -80,7 +80,7 @@ jobs:
8080
steps:
8181
- uses: actions/checkout@v7.0.0
8282
- name: Set up Python
83-
uses: actions/setup-python@v6.3.0
83+
uses: actions/setup-python@v7.0.0
8484
with:
8585
python-version: ${{ matrix.python }}
8686

0 commit comments

Comments
 (0)