Skip to content

Commit

Permalink
setuptools 57.4.0 -> 57.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinvanrijn committed Dec 26, 2023
1 parent d877e64 commit b5092d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ jobs:
- name: Build demjson
shell: bash
run: |
pip install setuptools==57.4.0
pip install setuptools==57.5.0
pip install git+https://github.com/EIGHTFINITE/demjson.git@master
- uses: actions/[email protected]
with:
Expand Down Expand Up @@ -330,7 +330,7 @@ jobs:
- name: Build demjson
shell: bash
run: |
pip install setuptools==57.4.0
pip install setuptools==57.5.0
pip install git+https://github.com/EIGHTFINITE/demjson.git@master
- uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jsonlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Build demjson
shell: bash
run: |
pip install setuptools==57.4.0
pip install setuptools==57.5.0
pip install git+https://github.com/EIGHTFINITE/demjson.git@master
- uses: actions/[email protected]
with:
Expand Down

0 comments on commit b5092d7

Please sign in to comment.