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 a3ffcad commit 448cca4Copy full SHA for 448cca4
.github/workflows/ci.yaml
@@ -109,7 +109,7 @@ jobs:
109
- uses: actions/[email protected]
110
111
- name: Set up Python
112
- uses: actions/setup-python@v5.3.0
+ uses: actions/setup-python@v5.4.0
113
with:
114
# Appending -dev ensures that we can always build the dev release.
115
# It's a no-op for versions that have been published.
.github/workflows/publish.yaml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v4
12
13
- name: Set up Python environment
14
15
16
python-version: "3.X"
17
0 commit comments