From 3d5218c77c9266627a692d4f1500b6b43591fd22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 14:51:30 +0000 Subject: [PATCH] Bump Nuitka/Nuitka-Action from 1.0 to 1.2 Bumps [Nuitka/Nuitka-Action](https://github.com/nuitka/nuitka-action) from 1.0 to 1.2. - [Release notes](https://github.com/nuitka/nuitka-action/releases) - [Commits](https://github.com/nuitka/nuitka-action/compare/v1.0...v1.2) --- updated-dependencies: - dependency-name: Nuitka/Nuitka-Action 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 af93718..ed7804a 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.0 + uses: Nuitka/Nuitka-Action@v1.2 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.0 + uses: Nuitka/Nuitka-Action@v1.2 with: standalone: true onefile: true diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 54c2cbd..381ea9d 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.0 + uses: Nuitka/Nuitka-Action@v1.2 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.0 + uses: Nuitka/Nuitka-Action@v1.2 with: standalone: true onefile: true