Skip to content

Commit d481deb

Browse files
authored
Merge pull request #272 from pytest-dev/dependabot/github_actions/hynek/build-and-inspect-python-package-2.4
build(deps): bump hynek/build-and-inspect-python-package from 2.2 to 2.4
2 parents ae8f47f + 3083c53 commit d481deb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
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.2
22+
uses: hynek/build-and-inspect-python-package@v2.4
2323

2424
deploy:
2525
needs: package

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
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.2
25+
uses: hynek/build-and-inspect-python-package@v2.4
2626

2727
test:
2828

0 commit comments

Comments
 (0)