From fa8d7a282fa6e5efd97e4db56f0923f9e55ea105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 15:43:32 +0000 Subject: [PATCH] Bump ni/python-actions/update-project-version from 0.7.1 to 0.8.0 Bumps [ni/python-actions/update-project-version](https://github.com/ni/python-actions) from 0.7.1 to 0.8.0. - [Release notes](https://github.com/ni/python-actions/releases) - [Commits](https://github.com/ni/python-actions/compare/aa64e60612cb078b0c2ada666becbd70d4817d55...a2554c7e5680982d3355677b2290e48b60678744) --- updated-dependencies: - dependency-name: ni/python-actions/update-project-version dependency-version: 0.8.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 fb10fc4..2974f56 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -98,4 +98,4 @@ jobs: - name: Set up Poetry uses: ni/python-actions/setup-poetry@a2554c7e5680982d3355677b2290e48b60678744 # 0.8.0 - name: Update project version - uses: ni/python-actions/update-project-version@aa64e60612cb078b0c2ada666becbd70d4817d55 # 0.7.1 \ No newline at end of file + uses: ni/python-actions/update-project-version@a2554c7e5680982d3355677b2290e48b60678744 # 0.8.0 \ No newline at end of file