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 96baf17 commit a4a38d1Copy full SHA for a4a38d1
.github/workflows/ci.yaml
@@ -27,7 +27,7 @@ jobs:
27
uses: actions/[email protected]
28
29
- name: Set up Python
30
- uses: actions/setup-python@v5.6.0
+ uses: actions/setup-python@v6.0.0
31
with:
32
python-version: "3.X"
33
.github/workflows/release.yaml
@@ -39,7 +39,7 @@ jobs:
39
echo "BUILD_NUMBER=${BUILD_NUMBER}" | tee -a ${GITHUB_OUTPUT}
40
41
42
43
44
45
0 commit comments