Skip to content

Commit ef0c5f5

Browse files
authored
Merge pull request #80 from pytest-dev/dependabot/github_actions/github-actions-4e3e4f0144
Bump the github-actions group with 2 updates
2 parents ac8cae8 + 170a1be commit ef0c5f5

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
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818

1919
- name: Build and Check Package
20-
uses: hynek/build-and-inspect-python-package@v2.10
20+
uses: hynek/build-and-inspect-python-package@v2.11
2121

2222
deploy:
2323
needs: package
@@ -36,7 +36,7 @@ jobs:
3636
path: dist
3737

3838
- name: Publish package to PyPI
39-
uses: pypa/[email protected].2
39+
uses: pypa/[email protected].3
4040
with:
4141
attestations: true
4242

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626
- name: Build and Check Package
27-
uses: hynek/build-and-inspect-python-package@v2.10
27+
uses: hynek/build-and-inspect-python-package@v2.11
2828

2929
test:
3030
needs: [package]

0 commit comments

Comments
 (0)