diff --git a/.github/workflows/on_icon_addition_approved.yml b/.github/workflows/on_icon_addition_approved.yml index 6801116b..f6a5cb3d 100644 --- a/.github/workflows/on_icon_addition_approved.yml +++ b/.github/workflows/on_icon_addition_approved.yml @@ -26,7 +26,7 @@ jobs: - name: Set Up Python uses: actions/setup-python@v4 with: - python-version: "3.11" + python-version: "3.13.7" - name: Install Dependencies run: | pip install cairosvg pillow requests diff --git a/.github/workflows/on_icon_update_approved.yml b/.github/workflows/on_icon_update_approved.yml index e87de189..000ef85b 100644 --- a/.github/workflows/on_icon_update_approved.yml +++ b/.github/workflows/on_icon_update_approved.yml @@ -26,7 +26,7 @@ jobs: - name: Set Up Python uses: actions/setup-python@v4 with: - python-version: "3.11" + python-version: "3.13.7" - name: Install Dependencies run: | pip install cairosvg pillow requests diff --git a/.github/workflows/update_icons_and_resources.yml b/.github/workflows/update_icons_and_resources.yml index 27872c2b..1be2843c 100644 --- a/.github/workflows/update_icons_and_resources.yml +++ b/.github/workflows/update_icons_and_resources.yml @@ -17,7 +17,7 @@ jobs: - name: Set Up Python uses: actions/setup-python@v4 with: - python-version: "3.9" + python-version: "3.13.7" - name: Install Dependencies run: | @@ -50,7 +50,7 @@ jobs: - name: Set Up Python uses: actions/setup-python@v4 with: - python-version: "3.9" + python-version: "3.13.7" - name: Commit and Push Changes run: | @@ -75,7 +75,7 @@ jobs: - name: Set Up Python uses: actions/setup-python@v4 with: - python-version: "3.9" + python-version: "3.13.7" - name: Commit and Push Changes run: | diff --git a/.github/workflows/validate_and_preview_icons.yml b/.github/workflows/validate_and_preview_icons.yml index 834aa572..ae03abb9 100644 --- a/.github/workflows/validate_and_preview_icons.yml +++ b/.github/workflows/validate_and_preview_icons.yml @@ -15,7 +15,7 @@ jobs: - name: Set Up Python uses: actions/setup-python@v4 with: - python-version: "3.9" + python-version: "3.13.7" - name: Install Dependencies run: |