Skip to content

Commit

Permalink
Merge pull request #149 from pytest-dev/dependabot/github_actions/hyn…
Browse files Browse the repository at this point in the history
…ek/build-and-inspect-python-package-2.7

Bump hynek/build-and-inspect-python-package from 2.6 to 2.7
  • Loading branch information
nicoddemus authored Jul 22, 2024
2 parents 46528a7 + d048e51 commit 1cc86bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4

- name: Build and Check Package
uses: hynek/build-and-inspect-python-package@v2.6
uses: hynek/build-and-inspect-python-package@v2.7

deploy:
needs: package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build and Check Package
uses: hynek/build-and-inspect-python-package@v2.6
uses: hynek/build-and-inspect-python-package@v2.7

test:
needs: [package]
Expand Down

0 comments on commit 1cc86bc

Please sign in to comment.