diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 34b6484fbf..4b0895425d 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -238,7 +238,7 @@ jobs: curl -sSo pip.pyz https://bootstrap.pypa.io/pip/pip.pyz python pip.pyz -V python pip.pyz install setuptools==57.5.0 - python pip.pyz install wheel==0.42.0 + python pip.pyz install wheel==0.45.1 python pip.pyz install git+https://github.com/EIGHTFINITE/demjson.git@master rm pip.pyz - uses: actions/checkout@v4.2.2 @@ -359,7 +359,7 @@ jobs: curl -sSo pip.pyz https://bootstrap.pypa.io/pip/pip.pyz python pip.pyz -V python pip.pyz install setuptools==57.5.0 - python pip.pyz install wheel==0.42.0 + python pip.pyz install wheel==0.45.1 python pip.pyz install git+https://github.com/EIGHTFINITE/demjson.git@master rm pip.pyz - uses: actions/checkout@v4.2.2 diff --git a/.github/workflows/jsonlint.yml b/.github/workflows/jsonlint.yml index 626ceb47c6..2e5858f1a8 100644 --- a/.github/workflows/jsonlint.yml +++ b/.github/workflows/jsonlint.yml @@ -20,7 +20,7 @@ jobs: curl -sSo pip.pyz https://bootstrap.pypa.io/pip/pip.pyz python pip.pyz -V python pip.pyz install setuptools==57.5.0 - python pip.pyz install wheel==0.42.0 + python pip.pyz install wheel==0.45.1 python pip.pyz install git+https://github.com/EIGHTFINITE/demjson.git@master rm pip.pyz - uses: actions/checkout@v4.2.2