Skip to content

Commit 2589409

Browse files
Merge pull request #164 from pytest-dev/dependabot/github_actions/github-actions-9f505a3bc3
Bump the github-actions group across 1 directory with 2 updates
1 parent 61cedc1 commit 2589409

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4.2.2
2020

2121
- name: Build and Check Package
22-
uses: hynek/build-and-inspect-python-package@v2.10.0
22+
uses: hynek/build-and-inspect-python-package@v2.11.0
2323

2424
deploy:
2525
needs: package
@@ -39,7 +39,7 @@ jobs:
3939
path: dist
4040

4141
- name: Publish package to PyPI
42-
uses: pypa/gh-action-pypi-publish@v1.12.2
42+
uses: pypa/gh-action-pypi-publish@v1.12.3
4343
with:
4444
attestations: true
4545

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767
- uses: actions/checkout@v4.2.2
6868
- name: Build and Check Package
69-
uses: hynek/build-and-inspect-python-package@v2.10.0
69+
uses: hynek/build-and-inspect-python-package@v2.11.0
7070

7171
test:
7272
needs: [compile, package]

0 commit comments

Comments
 (0)