diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index bb97c2f..1b0159f 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@0d4e22d4b66062a13d120f6948dd90170be04b3a # 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@0d4e22d4b66062a13d120f6948dd90170be04b3a # 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@0d4e22d4b66062a13d120f6948dd90170be04b3a # v1.3.0 with: nuitka-version: ${{ needs.prepare.outputs.nuitka }} script-name: src/main.py