From 01fd2f758078c0f5e8e2addc08d148b4217ab1fa Mon Sep 17 00:00:00 2001 From: keyraven <118307471+keyraven@users.noreply.github.com> Date: Wed, 18 Oct 2023 13:40:14 -0600 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 29d38a1..c8ecd24 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,7 +77,7 @@ jobs: - name: Install dependencies run: python -m pip install -r requirements.txt - name: Install Pillow for icon format conversion - run: python -m pip install Pillow==0.9.4 + run: python -m pip install Pillow==9.4.0 - name: Install PyInstaller run: python -m pip install --upgrade PyInstaller - name: Run PyInstaller @@ -106,7 +106,7 @@ jobs: - name: Install dependencies run: python -m pip install -r requirements.txt - name: Install Pillow for icon format conversion - run: python -m pip install Pillow==0.9.4 + run: python -m pip install Pillow==9.4.0 - name: Install PyInstaller run: python -m pip install --upgrade PyInstaller - name: Run PyInstaller