We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0d9dfa + 92204a7 commit defd3e3Copy full SHA for defd3e3
2 files changed
.github/workflows/python-cd.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v7
23
24
- name: Set up Python
25
- uses: actions/setup-python@v6.2.0
+ uses: actions/setup-python@v6.3.0
26
with:
27
python-version-file: ${{ env.PYTHON_VERSION_FILE }}
28
.github/workflows/python-ci.yml
@@ -27,7 +27,7 @@ jobs:
version: "latest"
29
30
31
32
python-version-file: ".python-version"
33
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
64
65
0 commit comments