Upgrade github actions hynek/build-and-inspect-python-package

This commit is contained in:
Pierre Sassoulas 2025-02-04 13:20:26 +01:00
parent a5aeb7feb2
commit 1f2bf02187
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ jobs:
node-version: '16.x' node-version: '16.x'
- name: Build and Check Package - name: Build and Check Package
uses: hynek/build-and-inspect-python-package@v1 uses: hynek/build-and-inspect-python-package@v2
- name: Download Package - name: Download Package
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3

View File

@ -48,7 +48,7 @@ jobs:
node-version: '16.x' node-version: '16.x'
- name: Build and Check Package - name: Build and Check Package
uses: hynek/build-and-inspect-python-package@v1 uses: hynek/build-and-inspect-python-package@v2
test_javascript: test_javascript:
name: Run javascript unit tests name: Run javascript unit tests