Thanks to visit codestin.com Credit goes to github.com
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 b96e901 commit f90d60eCopy full SHA for f90d60e
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
- '3.11'
14
- '3.12-dev'
15
steps:
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
17
- uses: actions/setup-python@v4
18
with:
19
python-version: ${{ matrix.python-version }}
@@ -37,7 +37,7 @@ jobs:
37
matrix:
38
python-version: ["3.11"]
39
40
41
42
43
.github/workflows/release.yml
runs-on: ubuntu-latest
- name: Set up Python
uses: actions/setup-python@v4
0 commit comments