Skip to content

Commit 125b0d7

Browse files
Merge pull request #1321 from pytest-dev/dependabot/github_actions/github-actions-95332d4214
build(deps): bump the github-actions group across 1 directory with 3 updates
2 parents 6306e72 + adbf3f5 commit 125b0d7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yml

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

2121
- name: Build and Check Package
22-
uses: hynek/build-and-inspect-python-package@v2.14
22+
uses: hynek/build-and-inspect-python-package@v2.18
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.13.0
42+
uses: pypa/gh-action-pypi-publish@v1.14.0
4343
with:
4444
attestations: true
4545

@@ -51,7 +51,7 @@ jobs:
5151
git push origin v${{ github.event.inputs.version }}
5252
5353
- name: GitHub Release
54-
uses: softprops/action-gh-release@v2
54+
uses: softprops/action-gh-release@v3
5555
with:
5656
files: dist/*
5757
tag_name: v${{ github.event.inputs.version }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v6
2424
- name: Build and Check Package
25-
uses: hynek/build-and-inspect-python-package@v2.14
25+
uses: hynek/build-and-inspect-python-package@v2.18
2626

2727
test:
2828

0 commit comments

Comments
 (0)