Skip to content

Commit 816e4ef

Browse files
authored
Merge pull request #43 from pytest-dev/dependabot/github_actions/github-actions-45e9fa06d3
Bump hynek/build-and-inspect-python-package from 2.9 to 2.11 in the github-actions group across 1 directory
2 parents 92ea2d0 + d171450 commit 816e4ef

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@v4
1515

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

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

.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@v4
1515

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

1919
build:
2020
needs: "package"

0 commit comments

Comments
 (0)