From f83ff2521851ac0463ef98f0e28abf77670a23cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 20:29:25 +0000 Subject: [PATCH] chore(deps): update ni/python-actions digest to 4ecf035 --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3fce7c7e..0bc158b0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -44,7 +44,7 @@ jobs: uses: ni/python-actions/setup-poetry@e8f25e9a64426bd431ac124b83df11b76cdf60d5 # v0.1.0 - name: Check project version if: github.event_name == 'release' - uses: ni/python-actions/check-project-version@c09765bfa2f886e2227f6c2525cb006348736349 # users/bkeryan/update-project-version + uses: ni/python-actions/check-project-version@4ecf035d39ebab66773007bbbb7ee0be8432fe1f # users/bkeryan/update-project-version - name: Build distribution packages run: poetry build - name: Upload build artifacts @@ -88,4 +88,4 @@ jobs: - name: Set up Poetry uses: ni/python-actions/setup-poetry@e8f25e9a64426bd431ac124b83df11b76cdf60d5 # v0.1.0 - name: Update project version - uses: ni/python-actions/update-project-version@c09765bfa2f886e2227f6c2525cb006348736349 # users/bkeryan/update-project-version + uses: ni/python-actions/update-project-version@4ecf035d39ebab66773007bbbb7ee0be8432fe1f # users/bkeryan/update-project-version