Skip to content

Commit 7469011

Browse files
Merge pull request #113 from pytest-dev/dependabot/github_actions/github-actions-e05b5486de
Bump hynek/build-and-inspect-python-package from 2.17.0 to 2.18.0 in the github-actions group
2 parents d2ad524 + 41165f4 commit 7469011

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v6
2020

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

2424
deploy:
2525
needs: package

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v6
2323
- name: Build and Check Package
24-
uses: hynek/build-and-inspect-python-package@v2.17.0
24+
uses: hynek/build-and-inspect-python-package@v2.18.0
2525

2626
test:
2727
needs: [package]

0 commit comments

Comments
 (0)