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 1fa0b79 commit d0fd4e6Copy full SHA for d0fd4e6
2 files changed
.github/workflows/ci.yaml
@@ -27,7 +27,7 @@ jobs:
27
uses: actions/checkout@v6.0.0
28
29
- name: Set up Python
30
- uses: actions/setup-python@v6.0.0
+ uses: actions/setup-python@v6.1.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