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.
2 parents e8c5c81 + 63f828b commit 5ce9952Copy full SHA for 5ce9952
.github/workflows/build.yml
@@ -287,7 +287,7 @@ jobs:
287
ver=$(grep python_version ./Pipfile | sed -e 's/^python_version\s=\s"\(.*\)"$/\1/')
288
echo "version=$ver" >> "$GITHUB_OUTPUT"
289
290
- - uses: actions/setup-python@v5.4.0
+ - uses: actions/setup-python@v5.6.0
291
with:
292
python-version: ${{ steps.python-version.outputs.version }}
293
.github/workflows/validate-scripts.yml
@@ -28,7 +28,7 @@ jobs:
28
29
echo "version=${ver}" >> "$GITHUB_OUTPUT"
30
31
32
33
34
0 commit comments