We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6218b3d commit 29cd9cbCopy full SHA for 29cd9cb
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v3
15
16
- - uses: actions/setup-python@v3
+ - uses: actions/setup-python@v4
17
with:
18
python-version-file: .github/workflows/.python-version
19
.github/workflows/tests.yml
@@ -14,7 +14,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
python-version: ${{ matrix.python-version }}
20
0 commit comments