Skip to content

Commit

Permalink
Merge pull request #160 from pytest-dev/dependabot/github_actions/git…
Browse files Browse the repository at this point in the history
…hub-actions-53ee6c6b28

Bump the github-actions group with 2 updates
  • Loading branch information
nicoddemus authored Nov 4, 2024
2 parents 097d77f + 3428901 commit 7eee560
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/[email protected]

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

deploy:
needs: package
Expand All @@ -39,7 +39,7 @@ jobs:
path: dist

- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@v1.10.3
uses: pypa/gh-action-pypi-publish@v1.11.0
with:
attestations: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Build and Check Package
uses: hynek/build-and-inspect-python-package@v2.9.0
uses: hynek/build-and-inspect-python-package@v2.10.0

test:
needs: [compile, package]
Expand Down

0 comments on commit 7eee560

Please sign in to comment.