From 054bb0c4b19b0eea3539c0bfb9c2fed8649e3d03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 07:50:17 +0000 Subject: [PATCH] chore(deps): bump Nuitka/Nuitka-Action Bumps [Nuitka/Nuitka-Action](https://github.com/nuitka/nuitka-action) from 8462c393e3dfa2bea614d9f448f989c88ad9f9e4 to 84bc11790c9167689536c7be715720e75ead39c5. - [Release notes](https://github.com/nuitka/nuitka-action/releases) - [Commits](https://github.com/nuitka/nuitka-action/compare/8462c393e3dfa2bea614d9f448f989c88ad9f9e4...84bc11790c9167689536c7be715720e75ead39c5) --- updated-dependencies: - dependency-name: Nuitka/Nuitka-Action dependency-version: 84bc11790c9167689536c7be715720e75ead39c5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index bb97c2f..3330b49 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -58,7 +58,7 @@ jobs: run: pip install .[build] - name: Build artifact - uses: Nuitka/Nuitka-Action@8462c393e3dfa2bea614d9f448f989c88ad9f9e4 # v1.3.0 + uses: Nuitka/Nuitka-Action@84bc11790c9167689536c7be715720e75ead39c5 # v1.3.0 with: nuitka-version: ${{ needs.prepare.outputs.nuitka }} script-name: src/main.py @@ -105,7 +105,7 @@ jobs: run: pip install .[build] - name: Build artifact - uses: Nuitka/Nuitka-Action@8462c393e3dfa2bea614d9f448f989c88ad9f9e4 # v1.3.0 + uses: Nuitka/Nuitka-Action@84bc11790c9167689536c7be715720e75ead39c5 # v1.3.0 with: nuitka-version: ${{ needs.prepare.outputs.nuitka }} script-name: src/main.py @@ -151,7 +151,7 @@ jobs: run: pip install .[build] - name: Build binaries - uses: Nuitka/Nuitka-Action@8462c393e3dfa2bea614d9f448f989c88ad9f9e4 # v1.3.0 + uses: Nuitka/Nuitka-Action@84bc11790c9167689536c7be715720e75ead39c5 # v1.3.0 with: nuitka-version: ${{ needs.prepare.outputs.nuitka }} script-name: src/main.py