Skip to content

Commit 92847e9

Browse files
authored
Merge pull request #48 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
2 parents bdb0d1b + 31ac7a5 commit 92847e9

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
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v5
1515

1616
- name: Build and Check Package
17-
uses: hynek/build-and-inspect-python-package@v2.13
17+
uses: hynek/build-and-inspect-python-package@v2.14
1818

1919
- name: Download Package
2020
uses: actions/download-artifact@v5

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v5
1515

1616
- name: Build and Check Package
17-
uses: hynek/build-and-inspect-python-package@v2.13
17+
uses: hynek/build-and-inspect-python-package@v2.14
1818

1919
build:
2020
needs: "package"

0 commit comments

Comments
 (0)