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 765c522 commit 5cc1c0cCopy full SHA for 5cc1c0c
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
steps:
23
- uses: "actions/checkout@v3"
24
25
- - uses: "actions/setup-python@v4.3.0"
+ - uses: "actions/setup-python@v4.4.0"
26
with:
27
python-version: "${{ matrix.python-version }}"
28
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
fetch-depth: 0
16
17
- name: Set up Python
18
- uses: actions/setup-python@v4.3.0
+ uses: actions/setup-python@v4.4.0
19
20
python-version: 3.8
21
.github/workflows/test_release.yml
0 commit comments