Skip to content

Commit 7a1b8f8

Browse files
Merge pull request #88 from pytest-dev/dependabot/github_actions/github-actions-e679da6cab
Bump hynek/build-and-inspect-python-package from 2.13 to 2.14 in the github-actions group
1 parent 54d61f6 commit 7a1b8f8

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
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v5
1818

1919
- name: Build and Check Package
20-
uses: hynek/build-and-inspect-python-package@v2.13
20+
uses: hynek/build-and-inspect-python-package@v2.14
2121

2222
deploy:
2323
needs: package

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v5
2626
- name: Build and Check Package
27-
uses: hynek/build-and-inspect-python-package@v2.13
27+
uses: hynek/build-and-inspect-python-package@v2.14
2828

2929
test:
3030
needs: [package]

0 commit comments

Comments
 (0)