Skip to content

Commit 7eee560

Browse files
authored
Merge pull request #160 from pytest-dev/dependabot/github_actions/github-actions-53ee6c6b28
Bump the github-actions group with 2 updates
2 parents 097d77f + 3428901 commit 7eee560

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4.2.2
2020

2121
- name: Build and Check Package
22-
uses: hynek/build-and-inspect-python-package@v2.9.0
22+
uses: hynek/build-and-inspect-python-package@v2.10.0
2323

2424
deploy:
2525
needs: package
@@ -39,7 +39,7 @@ jobs:
3939
path: dist
4040

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

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767
- uses: actions/checkout@v4.2.2
6868
- name: Build and Check Package
69-
uses: hynek/build-and-inspect-python-package@v2.9.0
69+
uses: hynek/build-and-inspect-python-package@v2.10.0
7070

7171
test:
7272
needs: [compile, package]

0 commit comments

Comments
 (0)