Skip to content

Commit 470edc5

Browse files
authored
Merge pull request #12133 from pytest-dev/dependabot/github_actions/hynek/build-and-inspect-python-package-2.0.2
build(deps): Bump hynek/build-and-inspect-python-package from 2.0.1 to 2.0.2
2 parents 07a0802 + bf8b088 commit 470edc5

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
@@ -26,7 +26,7 @@ jobs:
2626
persist-credentials: false
2727

2828
- name: Build and Check Package
29-
uses: hynek/[email protected].1
29+
uses: hynek/[email protected].2
3030

3131
deploy:
3232
if: github.repository == 'pytest-dev/pytest'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fetch-depth: 0
3636
persist-credentials: false
3737
- name: Build and Check Package
38-
uses: hynek/[email protected].1
38+
uses: hynek/[email protected].2
3939

4040
build:
4141
needs: [package]

0 commit comments

Comments
 (0)