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 6d65cda commit 097fdaaCopy full SHA for 097fdaa
.github/workflows/ci.yaml
@@ -26,7 +26,7 @@ jobs:
26
uses: actions/[email protected]
27
28
- name: Set up Python
29
- uses: actions/setup-python@v5.4.0
+ uses: actions/setup-python@v5.5.0
30
with:
31
python-version: "3.X"
32
.github/workflows/release.yaml
@@ -38,7 +38,7 @@ jobs:
38
echo "BUILD_NUMBER=${BUILD_NUMBER}" | tee -a ${GITHUB_OUTPUT}
39
40
41
42
43
44
0 commit comments