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 76bc3f6 commit e303bfcCopy full SHA for e303bfc
.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.6.0
+ - uses: actions/setup-python@v6.1.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