Skip to content

Commit a2f4d79

Browse files
Bump actions/setup-python from 4 to 5 (#9)
1 parent 5f97fa1 commit a2f4d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# most recent version tag.
3232
fetch-depth: 0
3333

34-
- uses: actions/setup-python@v4
34+
- uses: actions/setup-python@v5
3535
# Only set up Python if we're running directly on an agent. If we're in
3636
# a container, the image should already provide the intended Python.
3737
if: '! matrix.container-image'

0 commit comments

Comments
 (0)