Skip to content

Commit 8d9ae1e

Browse files
authored
Merge pull request #261 from pytest-dev/dependabot/github_actions/hynek/build-and-inspect-python-package-2.2
build(deps): bump hynek/build-and-inspect-python-package from 1.5 to 2.2
2 parents f8dc3a1 + a382d2f commit 8d9ae1e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020

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

2424
deploy:
2525
needs: package

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424
- name: Build and Check Package
25-
uses: hynek/build-and-inspect-python-package@v1.5
25+
uses: hynek/build-and-inspect-python-package@v2.2
2626

2727
test:
2828

@@ -42,7 +42,7 @@ jobs:
4242
fetch-depth: 0
4343

4444
- name: Download Package
45-
uses: actions/download-artifact@v3
45+
uses: actions/download-artifact@v4.1.4
4646
with:
4747
name: Packages
4848
path: dist

0 commit comments

Comments
 (0)