Skip to content

Commit

Permalink
Merge pull request #44 from pytest-dev/dependabot/github_actions/gith…
Browse files Browse the repository at this point in the history
…ub-actions-fedf4f4b9b

Bump hynek/build-and-inspect-python-package from 2.11 to 2.12 in the github-actions group
  • Loading branch information
nicoddemus authored Jan 27, 2025
2 parents 816e4ef + 8d62f9e commit f55229f
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 @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

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

- name: Download Package
uses: actions/download-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

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

build:
needs: "package"
Expand Down

0 comments on commit f55229f

Please sign in to comment.