Skip to content

Commit

Permalink
Merge pull request #1165 from pytest-dev/dependabot/github_actions/gi…
Browse files Browse the repository at this point in the history
…thub-actions-45e9fa06d3

build(deps): bump hynek/build-and-inspect-python-package from 2.10 to 2.11 in the github-actions group
  • Loading branch information
webknjaz authored Dec 17, 2024
2 parents 6eb403d + 5c1de86 commit 42d3204
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.10
uses: hynek/build-and-inspect-python-package@v2.11

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 @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build and Check Package
uses: hynek/build-and-inspect-python-package@v2.10
uses: hynek/build-and-inspect-python-package@v2.11

test:

Expand Down

0 comments on commit 42d3204

Please sign in to comment.