Skip to content

Commit e320cc3

Browse files
Bump actions/setup-python from 5 to 6 (#4532)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0f9e2f7 commit e320cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/py-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
JUPYTER_PATH: deps/share/jupyter # Jupyter is not smart enough to handle custom Python paths
153153
steps:
154154
- uses: actions/checkout@v5
155-
- uses: actions/setup-python@v5
155+
- uses: actions/setup-python@v6
156156
with:
157157
python-version-file: lambdas/${{ matrix.path }}/.python-version
158158
- uses: astral-sh/setup-uv@v6

0 commit comments

Comments
 (0)