Skip to content

Commit dfe39d9

Browse files
authored
Merge pull request #83 from pytest-dev/dependabot/github_actions/github-actions-33a29a28f8
Bump hynek/build-and-inspect-python-package from 2.12 to 2.13 in the github-actions group
2 parents 947e5b8 + d07b406 commit dfe39d9

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

1919
- name: Build and Check Package
20-
uses: hynek/build-and-inspect-python-package@v2.12
20+
uses: hynek/build-and-inspect-python-package@v2.13
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@v4
2626
- name: Build and Check Package
27-
uses: hynek/build-and-inspect-python-package@v2.12
27+
uses: hynek/build-and-inspect-python-package@v2.13
2828

2929
test:
3030
needs: [package]

0 commit comments

Comments
 (0)