From c6cdbe57d035781a997f175121cbb586c5910f77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 13:43:19 +0000 Subject: [PATCH] Bump hynek/build-and-inspect-python-package in the github-actions group Bumps the github-actions group with 1 update: [hynek/build-and-inspect-python-package](https://github.com/hynek/build-and-inspect-python-package). Updates `hynek/build-and-inspect-python-package` from 2.14 to 2.15 - [Release notes](https://github.com/hynek/build-and-inspect-python-package/releases) - [Changelog](https://github.com/hynek/build-and-inspect-python-package/blob/main/CHANGELOG.md) - [Commits](https://github.com/hynek/build-and-inspect-python-package/compare/v2.14...v2.15) --- updated-dependencies: - dependency-name: hynek/build-and-inspect-python-package dependency-version: '2.15' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a9aeba8..80b8b52 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v6 - name: Build and Check Package - uses: hynek/build-and-inspect-python-package@v2.14 + uses: hynek/build-and-inspect-python-package@v2.15 - name: Download Package uses: actions/download-artifact@v8 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9930b1c..8daa737 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v6 - name: Build and Check Package - uses: hynek/build-and-inspect-python-package@v2.14 + uses: hynek/build-and-inspect-python-package@v2.15 build: needs: "package"