Skip to content

Commit 7fa2448

Browse files
Merge pull request #623 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 1f3f6d8 commit 7fa2448

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
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v5
1414
- name: Build and Check Package
15-
uses: hynek/build-and-inspect-python-package@v2.13
15+
uses: hynek/build-and-inspect-python-package@v2.14
1616

1717
deploy:
1818
needs: [package]

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v5
2020
- name: Build and Check Package
21-
uses: hynek/build-and-inspect-python-package@v2.13
21+
uses: hynek/build-and-inspect-python-package@v2.14
2222

2323
test:
2424

0 commit comments

Comments
 (0)