From 79655433e1f55a51c78db20cf7e99d0ec667c1b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 07:26:47 +0000 Subject: [PATCH] chore(deps): bump Nuitka/Nuitka-Action Bumps [Nuitka/Nuitka-Action](https://github.com/nuitka/nuitka-action) from 8462c393e3dfa2bea614d9f448f989c88ad9f9e4 to 5752d14b8c7a6d6580896f6c593692cb2bf8e50d. - [Release notes](https://github.com/nuitka/nuitka-action/releases) - [Commits](https://github.com/nuitka/nuitka-action/compare/8462c393e3dfa2bea614d9f448f989c88ad9f9e4...5752d14b8c7a6d6580896f6c593692cb2bf8e50d) --- updated-dependencies: - dependency-name: Nuitka/Nuitka-Action dependency-version: 5752d14b8c7a6d6580896f6c593692cb2bf8e50d 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 8a72c16..0a50be0 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@5752d14b8c7a6d6580896f6c593692cb2bf8e50d # v1.3.0 with: nuitka-version: ${{ needs.prepare.outputs.nuitka }} script-name: src/main.py @@ -104,7 +104,7 @@ jobs: run: pip install .[build] - name: Build artifact - uses: Nuitka/Nuitka-Action@8462c393e3dfa2bea614d9f448f989c88ad9f9e4 # v1.3.0 + uses: Nuitka/Nuitka-Action@5752d14b8c7a6d6580896f6c593692cb2bf8e50d # v1.3.0 with: nuitka-version: ${{ needs.prepare.outputs.nuitka }} script-name: src/main.py @@ -149,7 +149,7 @@ jobs: run: pip install .[build] - name: Build binaries - uses: Nuitka/Nuitka-Action@8462c393e3dfa2bea614d9f448f989c88ad9f9e4 # v1.3.0 + uses: Nuitka/Nuitka-Action@5752d14b8c7a6d6580896f6c593692cb2bf8e50d # v1.3.0 with: nuitka-version: ${{ needs.prepare.outputs.nuitka }} script-name: src/main.py