From bfae89134f0ff91a5a3693d20f5012ce27663c8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 09:56:40 +0000 Subject: [PATCH] Bump ni/python-actions/check-project-version from 0.8.0 to 0.9.0 Bumps [ni/python-actions/check-project-version](https://github.com/ni/python-actions) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/ni/python-actions/releases) - [Commits](https://github.com/ni/python-actions/compare/a2554c7e5680982d3355677b2290e48b60678744...dee640bba235ae28fdc6b7337c643bd06358ae90) --- updated-dependencies: - dependency-name: ni/python-actions/check-project-version dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ae58b08..93a7897 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -53,7 +53,7 @@ jobs: uses: ni/python-actions/setup-poetry@a2554c7e5680982d3355677b2290e48b60678744 # v0.8.0 - name: Check project version if: github.event_name == 'release' - uses: ni/python-actions/check-project-version@a2554c7e5680982d3355677b2290e48b60678744 # v0.8.0 + uses: ni/python-actions/check-project-version@dee640bba235ae28fdc6b7337c643bd06358ae90 # v0.9.0 - name: Build distribution packages run: poetry build - name: Upload build artifacts