From b8fb36cd990c2f093fdbca6a255436a4f8060ac9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 18:11:14 +0000 Subject: [PATCH] Bump Nuitka/Nuitka-Action from 1.2 to 1.3 Bumps [Nuitka/Nuitka-Action](https://github.com/nuitka/nuitka-action) from 1.2 to 1.3. - [Release notes](https://github.com/nuitka/nuitka-action/releases) - [Commits](https://github.com/nuitka/nuitka-action/compare/v1.2...v1.3) --- updated-dependencies: - dependency-name: Nuitka/Nuitka-Action dependency-version: '1.3' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-beta.yml | 4 ++-- .github/workflows/build-release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-beta.yml b/.github/workflows/build-beta.yml index ed7804a..a355a46 100644 --- a/.github/workflows/build-beta.yml +++ b/.github/workflows/build-beta.yml @@ -70,7 +70,7 @@ jobs: SUB_VER: ${{ needs.get-version-number.outputs.SUB_VERSION }} - name: "Build executeable" - uses: Nuitka/Nuitka-Action@v1.2 + uses: Nuitka/Nuitka-Action@v1.3 with: standalone: true onefile: true @@ -130,7 +130,7 @@ jobs: SUB_VER: ${{ needs.get-version-number.outputs.SUB_VERSION }} - name: "Build executeable" - uses: Nuitka/Nuitka-Action@v1.2 + uses: Nuitka/Nuitka-Action@v1.3 with: standalone: true onefile: true diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 381ea9d..d888541 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -66,7 +66,7 @@ jobs: SUB_VER: ${{ needs.get-version-number.outputs.SUB_VERSION }} - name: "Build executeable" - uses: Nuitka/Nuitka-Action@v1.2 + uses: Nuitka/Nuitka-Action@v1.3 with: standalone: true onefile: true @@ -128,7 +128,7 @@ jobs: SUB_VER: ${{ needs.get-version-number.outputs.SUB_VERSION }} - name: "Build executeable" - uses: Nuitka/Nuitka-Action@v1.2 + uses: Nuitka/Nuitka-Action@v1.3 with: standalone: true onefile: true