Skip to content

Commit d73e114

Browse files
authored
Merge pull request #172 from ESSS/dependabot/github_actions/github-actions-4b18cbd9d8
Bump hynek/build-and-inspect-python-package from 2.13.0 to 2.14.0 in the github-actions group
2 parents b3ea740 + 13b6a18 commit d73e114

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v5
2424

2525
- name: Build and Check Package
26-
uses: hynek/build-and-inspect-python-package@v2.13.0
26+
uses: hynek/build-and-inspect-python-package@v2.14.0
2727
with:
2828
attest-build-provenance-github: 'true'
2929

.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@v5
2424
- name: Build and Check Package
25-
uses: hynek/build-and-inspect-python-package@v2.13.0
25+
uses: hynek/build-and-inspect-python-package@v2.14.0
2626
with:
2727
# Disabling because this is failing currently, see #466.
2828
attest-build-provenance-github: 'false'

0 commit comments

Comments
 (0)