There was an error while loading. Please reload this page.
2 parents f33cab6 + f3083f2 commit c54d52fCopy full SHA for c54d52f
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v3
15
- name: set up Python ${{ matrix.python-version }}
16
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
17
with:
18
python-version: ${{ matrix.python-version }}
19
- name: install dependencies
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
20
0 commit comments