Skip to content

Commit 5aa82ce

Browse files
authored
Merge pull request #327 from pytest-dev/dependabot/github_actions/hynek/build-and-inspect-python-package-2.12
build(deps): bump hynek/build-and-inspect-python-package from 2.11 to 2.12
2 parents 5c2929d + 4527f39 commit 5aa82ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020

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

2424
deploy:
2525
needs: package

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424
- name: Build and Check Package
25-
uses: hynek/build-and-inspect-python-package@v2.11
25+
uses: hynek/build-and-inspect-python-package@v2.12
2626

2727
test:
2828

0 commit comments

Comments
 (0)