Skip to content

Commit e303bfc

Browse files
Update actions/setup-python action to v6
1 parent 76bc3f6 commit e303bfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ jobs:
287287
ver=$(grep python_version ./Pipfile | sed -e 's/^python_version\s=\s"\(.*\)"$/\1/')
288288
echo "version=$ver" >> "$GITHUB_OUTPUT"
289289
290-
- uses: actions/setup-python@v5.6.0
290+
- uses: actions/setup-python@v6.1.0
291291
with:
292292
python-version: ${{ steps.python-version.outputs.version }}
293293

.github/workflows/validate-scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
ver=$(grep python_version ./Pipfile | sed -e 's/^python_version\s=\s"\(.*\)"$/\1/')
2929
echo "version=${ver}" >> "$GITHUB_OUTPUT"
3030
31-
- uses: actions/setup-python@v5.6.0
31+
- uses: actions/setup-python@v6.1.0
3232
with:
3333
python-version: ${{ steps.python-version.outputs.version }}
3434

0 commit comments

Comments
 (0)