Skip to content

Commit

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

Bump hynek/build-and-inspect-python-package from 2.6 to 2.9 in the github-actions group across 1 directory
  • Loading branch information
nicoddemus authored Sep 9, 2024
2 parents 69e1f81 + e31b548 commit 92ea2d0
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.6
uses: hynek/build-and-inspect-python-package@v2.9

- 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.6
uses: hynek/build-and-inspect-python-package@v2.9

build:
needs: "package"
Expand Down

0 comments on commit 92ea2d0

Please sign in to comment.